body {
    background-color: gray;
    text-align: center;
    font-size: 1.5em;
}

#q4input {
    width: 2em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#q3input {
    text-align: center;
    border-radius: 1em;
}

#q4input {
    text-align: center;
    border-radius: 1em;
}

#congrats {
    color: rgb(63, 196, 63);
}

img {
    width: 20px;
    height: 20px;
    display: none;
}

.feedback {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;

}

p {
    margin: 0;
}

#submitBtn {
    width: 150px;
    height: 50px;
    font-size: 1.5em;
}

#submitBtn:hover {
    background-color: rgb(46, 43, 43);
    color: white;
    cursor: pointer;
}