body
{
    background-image: linear-gradient(to right, #36115F 60%,#6e265ede);
    display: flex;
    align-items:  center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
}
.grid {
    width: 600px;
    height: 500px;
    margin: 0 auto;
    height: 400px;
    width:60%;
    border-radius: 20px;
    background: rgba(155, 145, 145, 0.212);
    backdrop-filter: blur(2px);
   -webkit-backdrop-filter: blur(2px);
}
 #score {
    color: white;
    text-align: center;
    font-size: 30px;
}
#quiz
{
    color:white;
   
}
.grid #question {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
    color: white;
    margin-left: 110px;
    margin-top: 40px;
}
 
.buttons {
    margin-top: 90px;
    margin-left: 120px;
  
}
 
#btn0, #btn1, #btn2, #btn3 {
    background-color:transparent;
    width: 250px;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    
    margin: 10px 40px 10px 0px;
    padding: 10px 10px;
    background: rgba(151, 146, 146, 0.212);
    backdrop-filter: blur(2px);
   -webkit-backdrop-filter: blur(2px);
}
 
#btn0:hover, #btn1:hover, #btn2:hover, #btn3:hover {
    cursor: pointer;
    background-color: transparent;
    
}
 
#btn0:focus, #btn1:focus, #btn2:focus, #btn3:focus {
    outline: 0;
    color:white;
}
 
#progress {
    color: white;
    font-size: 25px;
    margin-left:300px;
    margin-top: 50px;
}
#result{
    text-align: center;
}

label
{
    position: absolute;
    top:20px;
    left:40%;
    font-size: 50px;
    font-weight: bolder;
    color:whitesmoke;
    text-decoration: underline;
}




