body{
    font-family: arial;
}
header{
    text-align: center;
    margin: 1.5rem;
}
header img{
    width: 400px;
    max-width: 75%;
}
.container{
    max-width: 1200px;
    margin: 6rem auto;
    text-align: center;
    /*display: flex;
    text-align: center;
    justify-content: space-around;*/
}
footer{
    background: #2e3374;
    padding:1rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
a.button {
    background: #980000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem 3rem;
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    margin: 1rem;
}
a.button:hover{

    background: #34B4D6;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.fa-facebook, .fa-instagram {
    color: white;
}

@media(max-width:992px){
    a.button{
        display: block;
        margin: 1.5rem;
    }
}
