@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
html {
    background-color: #FBEEC8;
    background-image: url("owl.png");
}
body{
    font-family: 'Inter', sans-serif !important;
}
.text-center{
    text-align: center !important;
}
.prompt{
    margin-left: 25px;
}
#submit{
    padding: 10px 20px;
    background-color: #ffe28d;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    margin-left: 20px;
    cursor: pointer;
    color: #000 !important;
}
#submit:hover{
    background-color: #ffdd78;
}
@media only screen and (max-width: 600px) {
    #submit{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
    }
}
.test-retake{
    color: #bcbcbc;
}