

body{
    overflow: hidden;
}

.instruction-back-button{
    width: 10%;
    height: 7%;
    background-color: rgb(255, 255, 255);
    color: #C70039;
    font-size: 1em;
    border: 0px;
    font-weight: bold;
    position: fixed;
    left: 81%;
    bottom: 23%;
}

.instruction-div{
    font-family: sans-serif;
    margin: 5%;
    background-color: #C70039;
    border: #C70039 solid 3px;
    color: #ffffff;
    background-size: cover;
    text-align: left;
    padding:5%;
}

.instructions-para{
    padding-top: 2%;
    font-size: 1.3em;
    line-height: 200%;
}

.instruction-head{
    font-size: 2.1em;
    text-align: center;
}

.instruction-back-button:hover{
    background-color: #ffffff;
    box-shadow: 2px 3px 2px black;
    transition: background-color 0.3s, color 0.3s , box-shadow 0.3s;
}

@media all and (max-width : 426px){
    .instruction-div{
        font-family: sans-serif;
        margin-top: 5%;
        margin: 5%;
        background-color: #C70039;
        background-size: cover;
        text-align: left;
        padding:5%;
        height: 570px;
        overflow: auto;
    }

    .instruction-div ol{
        padding: 5%;
        height: 500px;
    }
    .instruction-back-button{
        width: 70px;
        height: 30px;
        background-color: black;
        color: white;
        font-size: 1em;
        font-weight: bold;
        position: fixed;
        left: 72%;
        bottom: 5%;
    }
}


@media all and (min-width : 767px){
    .instruction-div{
        font-family: sans-serif;
        margin-top: 5%;
        margin: 5%;
        background-color: #C70039;
        background-size: cover;
        text-align: left;
        padding:5%;
        height: 470px;
        overflow: auto;
    }
    .instruction-back-button{
        width: 130px;
        height: 45px;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        font-size: 1em;
        font-weight: bold;
        position: fixed;
        left: 75%;
        bottom: 12%;
    }

}

@media all and (min-width : 1023px){
    .instruction-div{
        font-family: sans-serif;
        margin-top: 5%;
        margin: 5%;
        background-color: #C70039;
        background-size: cover;
        text-align: left;
        padding:5%;
        height: 570px;
        overflow: auto;
    }
    .instruction-back-button{
        width: 130px;
        height: 45px;
        background-color: #C70039;
        color: rgb(255, 255, 255);
        font-size: 1em;
        font-weight: bold;
        position: fixed;
        left: 78%;
        bottom: 9%;
    }

}

@media all and (min-width:1079px){
    .instruction-div{
        font-family: sans-serif;
        margin:5%;
        background-color: #C70039;
        background-size: cover;
        text-align: left;
        padding:5%;
        height: 450px;
        font-size: 1em;
        overflow: auto;
    }
    .instruction-back-button{
        width: 130px;
        height: 45px;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        font-size: 1em;
        font-weight: bold;
        position: fixed;
        left: 80%;
        bottom: 17%;
    }
}
