/* Footer */
footer{
    padding: 50px 0;
    background-color: #dfebf5;
}

footer .writing .title{
    font-size: 5em;
}


footer .writing .sub_title{
    font-size: 3em;
}

footer .menu{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

footer .menu a{
    margin: 20px;
    font-size: 1.5em;
}

.mobile footer .menu{
    display: none;
}

footer .contact_logos{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

footer .contact_logos .image_container{
    width: 100px;
    height: 100px;
}