#quiz {
    width: 50%;
    height: 550px;
    text-align:center;
    margin:100px 100px 50px 200px;
    border: 5px solid rgba(22, 11, 235, 0.5);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(8, 3, 102);
}

h2 {
    margin-bottom: 62px;
}

.btn {
    width: 40%;
    height: 20%;
    margin: 20px;
    border: 5px inset rgb(34, 34, 155);
    border-radius: 18px;
    box-shadow: 10px 6px 25px 2px rgb(34, 34, 155);
}

.btn:hover {
    box-shadow: inset 10px 6px 25px 2px rgb(34, 34, 155);
}

#startQuizButton {
    width: 100px;
    height: 50px;
    margin: 34px 80px -36px 220px;
}


#timer {
    margin: 243px 201px -166px 232px;
}

#answerResult {
    color:orange;
    display:none;
   text-align: center;
   margin-top: -143px; 
}


#tryAgainButton {
    display: none;
}
.home a {
    text-decoration: none;
    color: purple;
    text-align: left;
}

h1{
    text-align: center;
    font-size: 40px;
}

.highScores {
   
    padding-right: 15px;
}

#highScores p {
    background-color:black;
    color:white;
    margin: 10px 170px 20px 19px;
    padding: 10px;
    font-size: 20px;
    
}

ol {
    margin-left: 210px;
    margin-right: 240px;
    margin-top: 75px;
}