

* {
    font-size:16px;
    font-family: Montserrat, sans-serif;
    color:#00549F;
}
.qbtn {
    border-radius:18px !important;
}
.text-primary {
    color:#00549F !important;
}
.logo {
    width: 211px;
    max-height:30px;
    margin: 0 auto;
    display: block;
}

.tagline {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
    color:#00549F;

}

.cta,.cta-result {
    background-color: #ef3e23;
    color:white;
}
.bg-t20 {
    background-color: #ef3e23 !important;
}
.cta:hover {
    background-color: #00549F;
}
.cta-result:hover {
    background-color:#fff;
}



#startQuizBtn {
    background-color: #ef3e23;
    color:white;
}

.score-circle {
    width:200px;
    height:200px;
    border-radius:50%;
    background: #0f8f3d;
    display:flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight:bold;
    margin:auto;
}