body { background-color: #FFFFFF;
margin-top:2%;
margin-right:10%;
margin-bottom:2%;
margin-left:10%;

}

body {
    color: hsl(0, 1%, 13%);
}


header {
    text-align: center;
}

.specifications {
    line-height: 2.0;
}


.experience {
    line-height: 150%;
}


#clowns {
    position: absolute;
    right: 50px;
    padding: 10px;
}

.icon {
    max-width: 40px;
    height: auto;
}


.link {
    text-align: center;
    font-family: "Courier New", monospace;
}

/* unvisited link */
a:link {
    color: green;
}
/* visited link */
a:visited {
    color: green;
}
/* mouse over link */
a:hover {
    color: red;
}
/* selected link */
a:active {
    color: yellow;
} 


table, th, td{
    border: 0px solid;
    font-family: "Lucida Console", "Courier New", monospace;
}
table {
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    background-color: lightgray;
    border-collapse: collapse;
    text-align: center;
}

th, td {
    padding: 10px;
}