*{
    box-sizing: border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
    background-color: #101010;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
    min-height: 100vh;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;

}

.timer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #272727;
    height: 30vh;
}

/* .progressBar{
    margin: 20px 0;
} */

#hs_a{
    text-align: center;
    background-color: green;
    text-decoration: none;
    padding: 1rem;
    width: 100%;
    color: white;
    font-weight: 900;
    cursor: pointer;
}

.button{
    display: block;
    width: 100%;
    
}

.btn_container{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.quiz-container{
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 50px 5px;
width: 100%;
position: relative;
height: 100vh;
/* max-width: 100%; */
display: flex;
align-items: center;
flex-direction: column;
}



.quiz-header{
    /* padding: 3rem; */
    /* width: 375px; */
    display: flex;
    flex-direction: column;
    /* margin-top: 25%; */
    padding: 0 40px;
}

#greeting_p{
    font-size: 1.3rem;
    color: grey;
}

#greeting_header{
    padding-top:6rem;
}

#timer{
text-align: center;
padding: 3rem 0 0rem 0;
color:cornflowerblue;
font-size: 50px;
}

button{
    background-color: blue;
    display: block;
    width: 100%;
    padding: 2rem;
    color: white;
    border: none;
    font-size: 1.5rem;
    overflow: hidden;
    /* /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}

#post_score, #save, #go_home{
    background-color: green;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hide{
    display:none;
}


h2{
    margin: 0;
    font-size: 2.5rem;
}

#question{
    font-size: 1.5rem;
}

ul{
    list-style-type: none;
    padding: 0;
}

ul li{
    /* font-size: 1.8; */
    margin: 2rem 0;
}

ul li label{
    cursor: pointer;
    font-size: 25px;
}

input[type=radio] {
    border: 0px;
    /* width: 100%; */
    /* height: em; */
}

#submit{
    cursor: pointer;
}

#save_menu{
display: flex;
justify-content: center;
flex-direction: column;
margin: 1.5rem;
}

#save_text{
    margin-bottom: 20px;
    text-align: center;
}

#name{
    /* padding: 10px 0 10px 10px; */
    border-radius: 5px;
    /* padding: 10px 50px; */
    text-align: center;
    font-size: 40px;
    width: 300px;
    margin-left: 50%;
    margin-right: 50%;
    position: relative;
    right: 150px
}

#start{
    cursor: pointer;
}

#save{
    cursor: pointer;
}