body{


text-align:center;
margin: auto;

}


img{


width:30%;
height:30%

}


p{

font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 3rem;
font-weight: 900;
color: sandybrown;

}

h1{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 3rem;
font-weight: 900;
color: sandybrown;
transform: matrix(1, 0.1, -0.1, 1, 0, 0);
animation:alternate-reverse


}

form{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 2rem;
font-weight: 900;
color: sandybrown;


}

input::placeholder {
        color:sandybrown; /* Couleur du placeholder */
        opacity: 1; /* Pour Firefox */
        text-align: center;
    }
    
    textarea::placeholder {
        color: blue;
        opacity: 1;
    }

#email{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 2rem;
font-weight: 900;
width: 15%;
height: 2rem;
border-radius: 16px;
color: sandybrown;



}

#emailSend{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 2rem;
font-weight: 900;
color: sandybrown;
margin: 1rem;

}


@media (max-width: 768px) {
    img{
        width:80%;
        height:auto;
    }

    #email{
        width: 80%;
        height: 2rem;
    }
}