body
{
background-color: black;
}

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

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

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