body {
    background-color: #dadbf5;
    margin-left: 40px;
}

#question {
    font-size: 4rem;  
    font-family: sans-serif;
}

#answer input {
    width: 250px;
    height: 50px;
}

#streak {
    font-size: 4rem;
}
