.helmet {
    display: flex;
}

.red {
    flex: 1;
    width: 200px;
}


.formContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}

.messageInput {
    height: 100px;
    width: 300px;
    border: none;
}

.emailInput {
    height: 30px;
    width: 300px;
    border: none;
}
