* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgb(33, 33, 33);
    color: white;
}   

#name, #email {
    border: none;
    border-bottom: 1px solid white;
    width: 200px;
    outline: none;
}

#submit {
    padding-top: 4rem;
}