html{background-color: lightblue;}
h3{font-size: 60px;}
.top {
    font-family: Helvetica;
    color: black;
    text-align: center;
}

#input{
    padding: 11px;
}

#questions p {
    font-family: Helvetica;
}

input {
    font-size: 30px;
    font-weight: 200;
}

#header {
    text-align: center;
    align-items:center;
    font-size: 30px;
    margin-bottom: 33px;

}

form {
    text-align: center;
    border: 3px solid black;
    border-radius: 11px;
}
#questions {
    border: 3px lightblue;
    border-radius: 11px;
    text-align: left;
}

.border-red {
    border: 2px !important;
    border-style: solid !important;
    border-color: red !important;
}

.blank {
    color: red;
}

.empty-answer {
    background-color: rgba(255, 0, 0, 0.1);
}
