body {
    color: white;
}

.form {
    margin-top: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

.form input[type=text], input[type=email] {
    background-color: #2c2c2c;
    color: white;
    resize: none;
    padding: 5px 5px;
}

.form textarea {
    background-color: #2c2c2c;
    color: white;
    padding: 5px 5px;
    width: 15rem;
    height: 5rem;
}