body{
    background-color :rgb(49, 66, 81);
}
h1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;

}
.main{
    justify-content: center;
    border: 1px solid white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 5px 5px 5px rgba(0,0, 0, 0.1);
    background-color: white;
    text-align: center;
    margin-top: 50px;
}
.footer-bottom{
    background-color: rgba(148, 239, 148, 0.422);
    margin: 0;
    padding: 15px;
    text-align: center;
}
.icone{
    text-align: center;
}
.icone img{
    width: 40px;height: 40px;
}
.img-mosq{
    width: 180px ;
    height: 180px;
    margin-bottom: 12px;
    justify-content: center;
   font-size: cover;
    border-radius: 100px;
}
