#boite{
    background: rgba(167, 167, 167, 0.192);
    border-radius: 18px;
    padding: 25px;
    width: 585px;
    height: 370px;
    transition: 0.3s;
    
}
#boite:hover{
    box-shadow: 0 15px 15px rgba(0,0,0,.22);
     transform: translateY(-7px);
}
header{
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 65);
    display: flex;
    justify-content: space-between;
    padding: 0px;
    
   
}
ul{
    font-size: 100px;
}

header nav ul{
    display: flex;
    list-style: none;

}
header nav ul li{
    margin: 0 15px;
    font-size: 15px;
    margin-top: -95px;
   
}
header nav ul li a{
   color: rgb(255, 255, 255);
    text-decoration: none;
}
header nav ul li a:hover{
    text-decoration:underline ;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
header{
   height: 30px;
}
header img{
    margin-top: -80px;
    margin-left: -40px;
}
main {
    display: flex;
    justify-content: center; 
    align-items: center;    
    margin-top: 50px;
     font-family: "Montserrat",sans-serif; 
}


h3{
 margin-left: 40%;
 height: 50px;
 
}
#tel, #mail, #mais{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid gray;
}



