body{
    
    background-image: url("./img/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #cccccc;
    
}

#emailSection{
    display:flex;
    justify-content: center;
    align-items: center;
  
}

#emailSection>a{
    color: white;
    text-decoration: none;
    font-size: 30px;
    transition: 0.3s;
}
#emailSection>a:hover{
    transform: scale(1.2);
    color: #f2eaea;
}
p{
    color: white;
    text-decoration: none;
    font-size: 30px;
    transition: 0.3s;
}
a{
    color: white !important;
    text-decoration: none !important;
    transition: 0.3s;
}
a:hover{
    transform: scale(1.2);
    color: #f2eaea !important;
}

.titulo{
    font-size: 96px;
    color: white;
    font-weight: bolder;
    margin-top: -42px;
}
@media(max-width: 1172px){
    p{
        font-size: 25px;
    }
}

@media(max-width: 1312px){
    .titulo{
        margin-top: -50px;
       font-size: 76px; 
    }
}
@media(max-width: 873px){
    .titulo{
        margin-top: 175px;
        font-size: 66px;
    }
    .footer{
        margin-top: 80px;
    }
}
@media(max-width: 776px){
    body{
         background-position: center;
    }
    .titulo{
        margin-top: -140px;
        
        font-size: 36px;
    }
    .footer{
        margin-top: -60px;
    }
    .banderas img{
       
    }
}