body{
    background-color: RGB (251, 250, 245);
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
/*Top of page style*/
#pageTop{
    background-color: wheat;
    margin-top: -3rem;
}

#pageTop h1{
    text-align: center;
    font-size: 4rem;
}
/*High score and timer placement*/
#scoreTime{
    font-size: 1.5rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#highScore{
    margin-left: .5rem;
    margin-top: 1rem;
    display: inline-flex;
}

.timer{
    margin-right: 1rem;
    display: inline-flex;
}

/*start button and intro*/
#quizHolder{
    font-size: 1.5rem;
    display: flex;
    flex-flow: column;
    text-align: center;
    height: fit-content;
    width: 50%;
    border: 2px solid black;
    align-items: center;
    margin-left: 25%;
    border-radius: 40px;
    box-shadow: 5px 5px 5px black;
}

#startButton{
    font-size: 1rem;
    background-color: aqua;
    width: fit-content;
    margin: auto;
    width: 10rem;
    border-radius: .3rem;
    box-shadow: 3px 3px 3px black;
}

.hide{
    display: none;
}

.btn{
    background-color: aqua;
    height: 3rem;
    width: 6rem;
    border-radius: 8px;
    box-shadow: 3px 3px 3px black;
}

#sendScore{
    height: 3rem;
    width: 6rem
}
    
 #topper{
    margin: 0;
 }

 #leaders{
    margin: 0;
    font-size: 1rem;
 }

 #scoreDisplay{
    margin-top: 1rem;
 }

 #restart :link{
    text-decoration: none;
    color: black;
 }

 #restrt :active{
    text-decoration: none;
    color: black;
 }
