body
{
background: url("fond.jpg") no-repeat center top fixed;
background-size: 100% 100%;
}

div
{
padding-left: 10px;
padding-right: 10px;
}

p
{
color: #B16446;
font-size: 0.8em;
text-align: justify;
}

label
{
color: #B16446;
font-size: 0.9em;
text-align: justify;
}

form
{
position: fixed;
left: 35%;
top: 37.5%;
width: 30%;
height: 48.5%;
border: 1px #B16446 solid;
border-radius: 10px;
background-color: #310F0B;
opacity: 0.9;
}

textarea
{
width: 390px;
height:70px;
}

.copyright
{
width: 40%;
position: absolute;
bottom: 1%;
left: 30%;
color: #F2D5C1;
text-align: center;
font-size: 0.8em;
}