
@font-face {
    font-family: poppins;
    src: url(../fonts/poppins-medium.ttf);
}

body {
  font-family: "poppins" !important;
  font-weight: 700;
}

.container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.quiz-section h2{
    margin-bottom: 1em;
    font-size: 34px;
}

.quiz-section h2, .quiz-section h4{
    color: #3b6ccf;
}

.quiz-section h4{
    font-size: 26px;
}

.quiz-section a{
    max-width: 420px;
    font-size: 24px;
}

.btn-warning {
    background-color: #153195 !important;
    border-color: #153195 !important;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.29);
    padding: 0.75rem;
}

.btn-warning:hover {
    background-color: #1a3bb4 !important;
    border-color: #1a3bb4 !important;
}

.footer-section {
    background-color: #d1d4e3;
}
