body{
    background-color: white;
}


.logo{
    padding-top: 30px;
}

.links{
    list-style-type: none;
    display: inline-block;
    text-align-last: center;
}
.btn{
    box-sizing: inherit! important;
    width: -webkit-fill-available;
}


.fa{
    padding: 20px;
    text-decoration: none;
    font-size: 100px;
}
.socialLinks{
    font-size: 40px;
}



footer{
    bottom: 0;
}