span{
    margin: 0 auto;
    font-size: 1.6em  ;
    font-weight: bold;
    display: block;
    text-align: center;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.8);
    font-family: 'Inter', sans-serif;

}

h1{
    text-align: center;
    margin-top: 5%;
    font-size: 2.7em;
    padding: 20px;
    text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.8);
    font-family: 'Inter', sans-serif;
    
}

#line{
    margin-bottom: 50px;
    border: 0;
    height: 2px;
    background-color:rgb(117, 111, 103);
}

.question{
    margin-top: 5%;
}

.options {
    padding-top: 30px;
    gap: 6px;
    display: flex;
    flex-direction: column;
    margin-left: 6%;
    
       
}

.options button{
    
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    background-color: rgba(250, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.6);
    box-shadow: 
        0 0 20px rgba(51, 50, 48, 0.8), 

        0 0 20px rgba(51, 49, 48, 0.4);
        
    transition: 0.2s ease;
    gap: 6px;
    margin-bottom: 10px;
    width: 800px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
    color:black;
}
.options button:hover{

    transform: scale(1.03);
    background-color: rgba(122, 117, 117, 0.6);
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8); 
    box-shadow: 0 0 18px rgb(192, 165, 155);
}


.finishButton {
    display: flex;
    justify-content: center;
    margin-top: 2.5%;
    

}

#finishButton{
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    font-family: 'Inter', sans-serif;
    color:rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.6);
    box-shadow: 
        0 0 20px rgba(51, 50, 48, 0.8), 

        0 0 20px rgba(51, 49, 48, 0.4);
     transition: 0.1s ease;

    
}

#finishButton:hover{
    transform: scale(1.05);
    background-color: rgba(122, 117, 117, 0.6);
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8); 
    box-shadow: 0 0 18px rgb(192, 165, 155);
}

.resultArea {
    display: none;
    max-width: 800px;
    max-height: 800px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15);
    margin:30px auto;
    text-align: center;
    color: #020101;
}
#resultImg{
    width: 60%;
    height: 30%;
}

#ResultHeader{
    display: block;
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;

} 
#ResultText{
    display: block;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
}

.selected{
    background-color: rgba(122, 117, 117, 0.6) !important ;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected1{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected2{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected3{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected4{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected5{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected6{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected7{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected8{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected9{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected10{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
}
.selected11{
    background-color: rgba(122, 117, 117, 0.6) !important;
    color:rgb(196, 187, 176);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8);
    background-color: rgba(122, 117, 117, 0.6); 
    
}

body {
   
    min-height: 100vh; 
    margin: 0; 
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    background-image: url('Images/game-of-thrones-war-has-started-artwork-4k-6v.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: blur(6px);

    z-index: -1;
}

#all {
    background-color: rgba(61, 59, 59, 0.6);
    margin: 50px auto;
    padding: 20px;
    border-radius: 16px;
    color:rgb(196, 187, 176);
    max-width: 900px;
    margin: 40px auto;   
}

footer{
    width: 100%;
    margin-top: 40px;
    margin-left: 10px;
    padding: 10px 0;
    color: white;
}

#return{

    width: 250px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    font-size: 16px;
}


#return:hover{
     
    transform: scale(1.05);
    background-color: rgba(122, 117, 117, 0.6);
    text-shadow: 4px 5px 20px rgba(0, 0, 0, 0.8); 
    box-shadow: 0 0 18px rgb(192, 165, 155);
}

a{
    color: #020101; 
    text-decoration: none;
}


@media only screen and (max-width: 850px) {

    #all {
        width: 90%;     
        margin: 20px auto;
        padding: 15px;
    }

    h1 {
        font-size: 1.8em; 
        margin-top: 10px;
    }
    
    span {
        font-size: 1.2em;
    }

    .options {
        margin-left: 0; 
        align-items: center; 
    }

    .options button {
        width: 100%;    
        font-size: 15px; 
        padding: 12px;    
        box-sizing: border-box; 
        background-color: rgba(250, 255, 255, 0.7);
    }

    .resultArea {
        width: 100%;
        margin: 20px 0;
        box-sizing: border-box;
    }

    #resultImg {
        width: 80%; 
        height: auto;
    }

    
    .return {
        margin-top: 10px;
        box-sizing: border-box;
       
    }

    #return{
        width: 190px;
        margin-top: 15px;
        height: 60px;
    }
    
    footer {
        text-align: center;
        margin-left: 0;
    }

#finishButton{

    color: #020101;
}

}





