html {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS";
    background: url(background.jpg) no-repeat center center fixed;
    background-size: cover;
}

#answerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    color: whitesmoke;
}

#theForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#theForm input {
    margin-bottom: 10px;
}

.Return {
    position: fixed;
    bottom: -5px;
    left: 0;
}