body{
    display: flex;
    align-items: center;
    justify-content: center;  
    font-size:17px;

}

.hide,#next{display:none;}

#div1,#Q1,#score{
    width:50%;
    margin-top: 5%;
    background-color:white;
    box-shadow: 2px 2px 10px black;
    border-radius: 10px;
}

#but{
    display:flex;
    justify-content: flex-end;
}
button:active {
    transform: translateY(1px);
  }
#exit{color: blue;}
#continue{background-color: blue;
color: white;}

button{
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 5px;
    min-width: 86px ;
    height: 30px;
    font-size: 17px;
}
button:hover{
    box-shadow: 1px 1px 2px black;
}


 h2{
    padding:4px 20px;
} 
p{    display: inline-block;
      font-weight: bold;
      margin: 10px 25px;
}
#hr1{ margin: 0;
  border-bottom: 0px;
}

#time{
    margin-left: 200px;
    margin-right: 0;
}
.clock,.sec{margin:0 ;}

ul > li{
    margin:8px 25px auto -15px;
    background-color: #F3F1F5;
    font-weight: bold;
    border: 1px solid grey;
    border-radius: 5px;
    padding-left: 10px;
    letter-spacing: 1.2px;
}

#anime{
    height:5px;
    width: 0px;
    display: block;
    background-color: blue;
}
.animation{ animation: anime 15s linear forwards; }
@keyframes anime {
    0%{ width: 0;}
    100%{width: 100%;background-color: red;}  
}
#next{
    margin-left:350px;
    background-color: #2D46B9;
    color: white;
}
img{
    display: block;
    margin: 5px auto;
    height: 200px;
}
#score{text-align: center;}
h2{margin:0;}


#start{
    height:80vh;
    display: flex;
    align-items: center;
}



.cssbuttons-io-button {

    background: #A370F0;
    color: white;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
   }
   
   .cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
    right: 0.3em;
    transition: all 0.3s;
   }
   
   .cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
   }
   
   .cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #7b52b9;
   }
   
   .cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
   }
   
   .cssbuttons-io-button:active .icon {
    transform: scale(0.95);
   }
   
   .OptionsDisplay{
       background-color: white;
       padding: 1.2em;
   }
   .sel{
       position: absolute;
       right:14%;
       color: white;
   }

   .Quit{
       display: flex;
       justify-content: space-around;
       align-items: baseline;
   }