html {
    font-size: 16px;
}
body {
    background-image: url(skybg.jpg);
    background-size: cover;
}

h1 {
    color: #008B8B;
    text-align: center;
}
.formContainer {
    width: 30rem;
    height: 30rem;
    background-color: #008B8B;
    border: solid 8px #20B2AA;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
form {
    width: 20rem;
}
form label {
    color: snow;
    font-weight: bold;
}
form input {
    width: 20rem;
    margin-bottom: .7rem;
    background-color: #Fadde1;
    font-style: italic;
}
form textarea {
    width: 20rem;
    background-color:  #Fadde1;
    font-style: italic;
}
#submit {
    width: 5rem;
    height: 2rem;
    border-radius: 30px;
    font-style: normal;
    color: #008B8B;
    font-weight: bold;
}