*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

    body {
    background-image: url("../images/MarvelFeatured.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    overflow:auto;
    text-align: center;
} 


.glass1{
    background: inherit;
    border-radius: 2%;
    /* width: 550px;
    height: 300px; */
    width: 572px;
    height: 328px;
    position: absolute;
    top: 30vh;
    left: 30vw;
    /* margin: auto; */
    overflow: hidden; 
}

.glass1::before{
    content:'';
    background: inherit;
    position: absolute;
    /* width: 600px;
    height: 350px; */
    width: 622px;
    height:378px;
    left: -25px;  
    right: 0;
    top: -25px;   
    bottom: 0;
    box-shadow: inset 0 0 0 200px rgba(255,255,255,0.3);
    filter: blur(10px);
   }
   
.glass2{
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'Bangers', cursive;
    height: 100%;
}

h1{
    font-size: 60px;
    /* -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px red; */
}

#timer{
    font-size: 30px;
    -webkit-text-fill-color: yellow;
    -webkit-text-stroke: 1px black;
}

.question-text{
    color: rgb(6, 61, 240);
}

.answerBtn{
    background-color: Transparent;
    color: white;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    outline:none;
}

.answerBtn:hover{
    color: red;
}

