.site-footer{
    width:100%;
    margin: 60px 60px;
    padding:20px 0;
    font-weight: 800;
    font-size: 16px;
    color:rgb(240, 155, 155);
}

.footer-links{
    margin-bottom:10px;
}

.footer-links a{
    text-decoration: none;
    color:rgb(240, 155, 155);
}

.footer-links a:hover{
    text-decoration: underline;
}

