
body {
    line-height: 1.5;
    font-weight: 400;
}

.top{
    background-color: grey;
}
.social-icons {
    text-align: right;
}
.social-icon {
    display: inline-block;
    margin: 0 10px;
    margin-top: 10px;
}
.social-icon img {
    width: 20px;
    height: 20px;
} 
