body{
    background-image: url(../resources/Starwarsbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: whitesmoke;
}

div.form{
    width: 450px;
    height: 650px;
    inset: 0;
    margin: auto;
    background-color: rgb(87, 85, 85);
    margin-top: 50px;
}
input.textfield{
    background-color: lightgray;
    width: 375px;
    height: 20;
    border-radius: 5px;
}
input.submit{
    margin-top: 10px;
    width: 375px; 
    height:35px;
    border-radius: 5px;
    background-color: rgb(160, 10, 10);
}
textarea{
    background-color: lightgray;
    border-radius: 5px;
}
p.post{
    font-size: medium;
}