@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lexend:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

html, body, .container {
    height: 100%;
}

body {
    background: #fff;
    color: #212529;
    font-weight: 400;
    font-size: 1em;
    font-family: "Lexend", Helvetica, Arial, sans-serif;
    overflow: hidden;
    overflow-y: scroll;
    min-height: 590px;
}

a {
    color: #212549;
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        color: var(--primary-color);
    }


.btn {
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 12px 30px;
    min-width: 120px;
    outline: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    background-color: #017DFC;
    border: none;
}

.score-card {
    display: none;
    text-align: center;
    padding: 2em;
    font-weight: 700;
    color: #212529;
    font-size: 1.2em;
}

    .score-card > p {
        text-align: center;
        padding: 0 10vw;
        font-weight: 700;
        color: #212529;
        font-size: 2.2em;
        font-family: "Lexend", Helvetica, Arial, sans-serif;
    }

.result > .score-card {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
}

.result > .container {
    display: none;
}

@media screen and (max-width: 52.5em) { 
    .result > .score-card {
        font-size: 1rem;
    }
}