form {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    margin: auto;
    width: 30%;
    padding: 100px 0;
    font-size: xx-large;
}

input, textarea{
    font-size: x-large;
    margin-bottom: 30px;
}
h1 {
    font-size: 44pt;
}