body {
    font-family: Helvetica;
    font-size: 30px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
input, select {
     font-size: 25px;
}
button {
    font-size: 25px;
    width: 90px;
}
#name {
    width: 500px;
}
#email {
    width: 500px;
}
#submit {
    width: 150px;
    }