body{
    text-align: center;
}


.question{
    font-size: 30px;
    margin-bottom: 10px;
  }


  .answers {
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
  }
  .answers label{
    display: block;
    margin-bottom: 10px;
  }




button{
    
font-family: 'Work Sans', sans-serif;
font-size: 22px;
background-color: red;
color: white;
border: 0px;
border-radius: 3px;
padding: 20px;
cursor: pointer;
margin-bottom: 20px;
}

button:hover{
     
background-color: blue;
}

#countdown{

font-size: 35px;
color:white;  
font-family: Arial, Helvetica, sans-serif;
background:red;

}
 

h1{
font-size: 65px; 
}




.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}

.active-slide{
    opacity: 1;
    z-index: 2;
}

.trivia-container{
    position: relative;
    height: 200px;
    margin-top: 40px;
}
