@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');body {    background: #F8F8F8 url('../images/background.png');    background-size: 100%;}#upper_strip {    display: block;    background: #fc5b62;    height: 3px;    width: 90px;    margin: 32px auto 0px auto;}#score {    top: 40px;    right: 50px;    position: absolute;    border-radius: 50%;    height: 80px;    width: 80px;    background: #ffffff;    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);}#score_numbers {    margin: 18px auto 0px auto;    display: block;    width: 50px;    font-size: 23px;    font-family: Poppins, sans-serif;    font-weight: 500;}#score_text {    display: block;    text-align: center;    margin: -5px auto 0px auto;    font-family: Poppins, sans-serif;    font-size: 12px;}h1 {    font-weight: bold;    font-family: Poppins, sans-serif;    text-align: center;    font-size: 38px;    margin-top: 17px;}#question_text {    margin-top: 70px;    display: block;    text-align: center;    font-family: Poppins, sans-serif;    font-size: 23px;    font-weight: 400;}#answers {    margin: 70px auto 0 auto;    width: 960px;}.answer {    height: 90px;    line-height: 90px;    font-family: Poppins, sans-serif;    font-weight: bold;    font-size: 25px;    color: #446d76;    cursor: pointer;}#answers .answer {    margin: 15px 30px;    display: block;    width: 420px;    float: left;}.answer, .answer span.answer_letter {    border-radius: 2px;    border: 2px solid #e7e7e7;    background: #ffffff;}.answer span.answer_letter {    color: #446d76;    float: left;    display: block;    margin: 10px 45px 10px 10px;    width: 62px;    height: 62px;    background: #ffffff;    font-family: Poppins, sans-serif;    font-size: 50px;    font-weight: bold;    text-align: center;    line-height: 62px;}.answer.selected {    background: #f82c28;    color: #ffffff;}footer {    position: absolute;    bottom: 10px;    width: 100%;    z-index: -1;}footer #container {    display: block;    background: url('../images/footer_bg.png') no-repeat 30px 0px;    bottom: 10px;    height: 256px;    width: 1400px;    margin: 0px auto;    padding-top: 173px;}footer #progress {    width: 900px;    float: left;}footer #first {    background-color: #fc5b62;    width: 300px;    height: 70px;    float: left;    border-radius: 10px 0 0 10px;}footer #second {    background-color: #ea4d54;    width: 300px;    height: 70px;    float: left;}footer #third {    background-color: #d3373e;    width: 300px;    height: 70px;    float: left;}footer #progress .stars {    margin: 8px auto 0 auto;    width: 59px;    height: 51px;}footer #second .stars {    width: 118px;}footer #third .stars {    width: 177px;}footer #progress .stars .star {    background: url('../images/stars.png') no-repeat 0 -51px;    width: 53px;    height: 51px;    float: left;    margin: 0 3px;}footer #progress .stars .star.collected {    background-position: 0 0;}footer #help {    float: right;    width: 480px;    height: 70px;    border: 2px solid #d3373e;    border-radius: 0 10px 10px 0;    background: #ffffff url('../images/help.png') no-repeat 350px 50%;    color: #000000;    font-size: 22px;    font-family: Poppins, sans-serif;    font-weight: 400;    line-height: 70px;    padding: 0 0 0 15px;    cursor: pointer;}