body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    background: linear-gradient(to bottom right, #E2E2E2, #C9D6FF);
    background-size: 100%;
    padding: 8vh 10vw 8vh 10vw;
}
button {
    background: radial-gradient(#1B2631, #5D6D7E);
    border: none;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.5em;
    width: 10vw;
    color: white;
    cursor: pointer;
}
button:hover {
    background: radial-gradient(#212F3C, #85929E);
}
input, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
}
textarea, input {
    width: 40vw;
}