.choice-container{
    display: flex;
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 1.6rem;
    border: 0.1rem solid rgb(86,165, 235,0.25);
    background-color: white;

}

.choice-prefix{
    
    background-color: #56a5eb;
    color: white;
    width: 4rem;
    height: 4rem;
    
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.choice-text-1,
.choice-text-2,
.choice-text-3{
    padding-bottom: none;
    padding-left: 1em;
    padding-top: 1rem;
    width: 100%;
}

.choice-container:hover{
    cursor: pointer;
    box-shadow: 0 0.4rem 1.4rem 0 rgba(86,185,235,0.5);
    transform: translateY(-0.1rem);
    transition: transform 150ms;
}


.correct {
    background-color: #28a745;

}
.incorrect{
    background-color: red;
}

:root{
    background-color: white;
    font-size: 62.5%;
}

/* *{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;

} */

/* h1,
h2,
h3,
h4{margin-bottom: 1rem;}

h1{
    font-size: 5.4rem;
}
h1>span{
    font-size: 2.4em;
    font-weight: 500;
}
h2{
    font-size: 2.4rem;
} */

.container{
    display: flex;
    width: 100vw;
    height: 60rem;
    align-items: center;
    justify-content: center;
    max-width: 100rem;
    margin: none;
    padding: 2rem;
    overflow: inherit;
}

.container > *{
    width: 100%;
}

.flex-column{
    display: flex;
    flex-direction: column;
}
.flex-center{
    justify-content: center;
    align-items: center;
}
.text-center{
    text-align: center;
}
.hidden{
    display: none
}
/* .btn{
    font-size:1.8rem;
    padding: 1rem;
    width:20rem;
    text-align: center;
    border:0.1rem solid #56a5eb;
    margin-bottom: 1rem;
    text-decoration: none;
    color: #56a5eb;
    background-color: white;
}

.btn:hover{
    cursor: pointer;
    box-shadow: 0 0.4rem 1.4rem 0 rgba(86,185,235,0.5);
    transform: translateY(-0.1rem);
    transition: transform 150ms;
}

.btn{
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
} */

#answer-1,
#answer-2,
#answer-3{
    width: 100%;
    height: 5rem;
    
}

#question-text-1,
#question-text-2,
#question-text-3{
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 2rem;
}

footer{
    margin-top: 2rem;
}

.poker-answer{
    margin-top: 2rem;
    border: 0.1em dashed blue;
    font-size: 2rem;
    padding: 1rem;
}
#poker-photo{
    margin-top: 2em;
    max-width: 800px ;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: none;
}
#poker-intro{
    margin-top: 2em;
    margin-bottom: none;
    padding-bottom: none;
    text-align: left;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 2em;
}