body{
    background-color: #F5F5F5;
}

.content{
    width: 100%;
    display : flex;
    justify-content: center;
    margin: 50px;
}

form{
    background-color: white;
    margin: 160px;
    width: 320px;
    height: 504px;
    border: solid 1px #D9D9D9;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

form > input{
    width: 272px;
    height: 40px;
    margin-left: 25px;
}

form > span{
    margin-left: 25px;
    margin-top: 25px;
}

#envoyer{
    background-color: #2C2C2C;
    border: none;
    border-radius: 10px;
    color: white;
}

textarea{
    margin-left: 25px;
    width: 272px;
    height: 80px;
}