.social_icon{
    height: 100px;
    width : 100px;
}

.social_icon:hover{
    opacity: 0.7;
}

h1{
    color: #e76f51;
    text-align: center;
    font-family: sans-serif;
}

a{
    text-decoration: none;
}

body{
    background-color: #264653;
}

#social-bar{
    text-align: center;
}