body {
    margin: 0;

    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-repeat: no-repeat;

    background: linear-gradient(#c2ffa1, #5baecd);
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 20px;

    font-size: 80px;

    max-width: 90%;

    font-family: 'Cantata One';
    padding: 0 20px;
}

form input {
    height: 80px;
    font-family: 'Cantata One';
    font-size: 76px;
    max-width: 80%;
    display: block;
    margin: auto;
    background: none;
}

.hidden {
    display: none;
}

#inputContainer {
    position: relative;
    max-width: 80vw;
}

img.result {
    position: absolute;
}

#Q1image {
    right: 0;
    bottom: 0;
}

#nextQButton, #nextQ {
    font-size: 60px;
    background: none;
    border: none;
    color: #fff;
    text-decoration: underline;
    margin-top: 34px;
}

#nextQButton:hover {
    cursor: pointer;
}

#nextQ {
    text-decoration: none;
}

#Qimage {
    bottom: 0;
    right: 0;
}