*{
    margin: 0px;
}
.selections{
    color:azure;
    font-size: 25px;
    font-family :Chalkduster, fantasy;
    width: 100%;
    position: fixed;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-align: center;
    user-select: none;
}
.selection:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    cursor: pointer;
    text-shadow: 1px 1px;
}
.selection:active{
    cursor: wait;
}
.board{
    min-height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-imagine{
    position:absolute;
    left: 0px;
    top:0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.background-title{
    display: flex;
    align-items: flex-start;
    float: center;
    object-fit: cover;
    max-width: 50%;
    width: 495px;
    margin-top: 25px;
    margin-left: 25px;
}
.mediapic{
    width: 3%;
    height: 5%;
    left: 10%;
    cursor: pointer;
    z-index: 1;
}
.hide{
	display: none;
}
.gamestart{
    color:azure;
    font-size: 25px;
    font-family :Chalkduster, fantasy;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    text-align: center;
    position:relative;
    letter-spacing: 5px;
    user-select: none;
}
.storyplay{
    color:azure;
    font-size: 25px;
    font-family :Chalkduster, fantasy;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    text-align: center;
    position:relative;
    letter-spacing: 5px;
    user-select: none;
}
.firstvideo{
    position: relative;
    width: 100%;
    overflow: hidden;
}
video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 75%;
    min-height: 75%;
    object-fit: cover;
}
.hint{
    color:azure;
    font-size: 25px;
    font-family :Chalkduster, fantasy;
    left: 45%;
    top: 85%;
    position: fixed;
    letter-spacing: 3px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.507);
}
.nextstyle{
    width: 15%;
    height: 12%;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    left: 80%;
    top: 83%;
    position: absolute;
}
#image2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    z-index: -1;
}
.content{
    height: 80vh;
    width: 100%;
}
.topic{
    color:azure;
    font-size: 38px;
    font-family :Chalkduster, fantasy;
    width: 100%;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.473);
    user-select: none;
}
.yesNo{
    height: 25%;
    width: 60%;
    left: 20%;
    display: flex;
    position: relative;
    font-size: 25px;
    color:antiquewhite;
    justify-content: center;
    align-items: center;
    font-family :Chalkduster, fantasy;
    overflow-wrap: break-word;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.229);
}
.choose{
    padding: 40px;
}
.choose:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    cursor: pointer;
}
.choose:active{
    cursor: wait;
}
.telling{
    color:azure;
    font-size: 35px;
    font-family :Chalkduster, fantasy;
    width: 100%;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.277);
    user-select: none;
}
.storySkip{
    height: 70%;
    width: 80%;
    margin-block: 5%;
    margin-inline: auto;
    display: flex;
    font-size: 28px;
    color:antiquewhite;
    justify-content: center;
    align-items: center;
    font-family :Chalkduster, fantasy;
    background-color: rgba(0, 0, 0, 0.654);
    overflow-wrap: break-word;
    user-select: none;
}
.QAtest{
    margin-inline: auto;
    display: flex;
    font-size: 22px;
    color:rgb(241, 235, 226);
    justify-content: center;
    align-items: center;
    font-family :Chalkduster, fantasy;
    background-color: rgba(26, 26, 26, 0.836);
    overflow-wrap: break-word;
    user-select: none;
}
.QAtest:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    cursor: pointer;
}
@media (max-width:700px){
    .selections {
        font-size: 22px;
        width: 100%;
        letter-spacing: 3px;
        line-height: 25px;
    }
    .board{
        min-height: 60vh;
        width: 100%;
    }
    .background-title{
        max-width: 70%;
        width: 350px;
        margin-top: 25px;
        margin-left: 25px;
    }
    .mediapic{
        width: 8%;
        height: 8%;
    }
    .gamestart{
        font-size: 20px;
        width: 100%;
    }
    .topic{
        color:seashell;
        font-size: 20px;
        margin-top: 15px;
        line-height: 17px;
    }
    .yesNo{
        height: 40%;
        width: 80%;
        left: 10%;
        font-size: 20px;
        line-height: 18px;
        bottom: 20px;

    }
    .choose{
        padding: 30px;
    }
    .storySkip{
        height: 60%;
        width: 75%;
        margin-block: 15%;
        font-size: 18px;
        line-height: 22px;
    }
    .nextstyle{
        width: 20%;
        height: 10%;
        margin-bottom: 10px;
        left: 80%;
        top: 83%;
    }
    video{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 75%;
        min-height: 75%;
        width: auto;
        height: auto;
        object-fit: cover;
    }
    .hint{
        color:azure;
        font-size: 22px;
        left: 50%;
        top: 90%;
        letter-spacing: 2px;
    }    
} 