.bground{
    background-image: url("../session2/images/game_environment/sceneD3.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 56vw;
    width: 100vw;
    background-color: white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.bird_container{
    width: 30%;
}

#bird_img{
    width: 90%;
}

.instructions{
    text-align: center;
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.instructions-container{
    background-color: #6C7C17;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 28vw;
    top: 28vw;
    left: 50%;
    transform: translate(-50%,-50%);
}

#instruction-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
}

.instruction{
    color: white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2vw;
}

.action-btn{
    padding: 1%;
    border: none;
    border-radius: 0.1rem;
    color: white;
    background-color: #FFC940;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2vw; 
}

.close-btn{
    align-self: flex-end;
    width: 1rem;
    height: 1rem;
    text-align: center;
    border-radius: 50%;
    padding: 1rem; 
    margin: 1rem;
    color: white;
}

.close-btn:hover{
    background-color: white;
    color: black;
}

.session1_game{
    display: none;
    background-color: #6C7C17;
    width: 100%;  
}

.session1_gameplay{
    display: flex;
    flex-direction: row;
    width: 100%; 
    border-radius: 0.2rem; 
    padding: 3%;    
}

.session1_modules{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.session1_tasks{
    display: flex;
    padding: 1%;
    justify-content: space-around;
}

.session1_task{
    width: 20%;
    height: 50%;
    border: 0.1rem inset #FFC940;
    background-color: #FFC940;
    border-radius: 0.2rem;
    padding: 1.5%;
}

.session1_mother_actions{
    display: flex;
    padding: 1%;
    justify-content: space-around;  
}

.session1_mother_action{
    border: 0.1vw solid #FFC940;  
    border-radius: 0.2rem;  
    width: 20%;
    padding: 1.5%;
    color: white;
    text-align: center;
    font-size: 1vw;
}

.session1_title{
    font-size: 2vw;
    color: white;
    text-align: center;
    padding-bottom: 1%;
}

.order{
    display: flex;
    justify-content: space-around;
}

.order_item{
    font-size: 2vw;
    color: white;
}
