
body{
  font-family: "Lato", sans-serif;
  background-color: white;
  text-align: center;
}

header{
    font-size: 80px;
    font-weight: lighter;
}

/*
@media screen and (max-width: 1020px) {
  #container, #header, #content, #footer {
    float: none;
    width: auto;
}
*/

.button{
    background-color: #b0c4de;
    border-radius: 50%;
    color: #999999;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 20px;
    width: 110px;
    height: 110px;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
    margin-right: auto;
    display: inline-block;
}

.button2{
    color: #999999;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 20px;
    width: 110px;
    height: 110px;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
    margin-right: auto;

}

#content {
    display: table;
}
 
    section{
        display: table-cell;
        width: 200px;
        padding-right: 22px;
    }
 
    aside {
        padding-top: 25px;
        display: table-cell;
        width: 600px;
    }
/*
section {
    width:30%;
    float:left;
    display: block;
}
*/

aside {
  float: right;
  margin: 0 1.5%;
  width: 70%;
  display: block;
}

.me{
    margin-top: 50px;
    border-radius: 50%;
    margin-left: auto;
    margin-bottom: 10px;
}

.small{
    border-radius: 50%;
    margin-top: 10px;
    display: inline-block;
    margin-right: 110px;
    margin-bottom: 10px;
}

.top{
    margin-right: 250px;
    display: inline-block;
}




footer{
    clear: both;
    background-color: white;
    color:black;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    font-size: 15px;
    margin-top: 40px;
    padding:15px;
    line-height: 20px;
    display: block;
}