*{
    margin:0;
    padding:0;
    background-color: #000;
    color: #005c88;
    font-size: 35px;
}

h1{
    text-align: center;
    margin: 4px;
    font-family : Brush Script MT, Brush Script Std, cursive;
    font-weight: 400;
    /* font-size: 52px; */
    font-size: 58px;
    /* color: #c27f7b; */
    color: black;
    background-color: #000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    

}
ol{
    margin-left: 59px;
    margin-right: 20px;
    /* margin-top: 6px; */

    /* padding: 30px; */
    box-sizing: border-box;
    list-style-type: upper-roman;
    /* list-style-type: none ; */
    
    height: 615px; 
    overflow-y: scroll;
    padding-right: 9px;
    padding-top: 12px;
    
}



ol h2{
    color: #005c88;
    font-family : Brush Script MT, Brush Script Std, cursive;
    font-weight: 400;
    font-size: 50px;
    background-color: white;
    overflow:auto;
    opacity: 0.7;
    border-radius: 18px;
    padding-left: 20px;
    padding-bottom: 6px;
    font-size: 45px;


}

ol ul li{
    margin: 18px;
    margin-left: 116px;
    /* font-size: 20px; */
    list-style-type : circle;
    color: #8b8282;
    font-size: 33px;
    margin-right: 203px;
}
span {
    /* display: inline-block; */
    /* width: 475px; */
    color: #8b8282;
    float: right;
}
footer p{
    font-size: 20px;
    color: #9f5656;
    text-align: center;
}

.back-button {
    display: inline-block;
    padding: 8px 16px;
    padding-top: 10px;
    border-radius: 4px;
    text-decoration: none;
    /* color: #333; */
    color: #8b8282;
    margin-bottom: 9px;
    margin: 5px;
    margin-top: 6px;
    font-size: 24px;
  }
  
  .back-button:hover {
    background-color: #f4f4f4;
    border: 3px solid #ccc;
    opacity: 0.7;
    border-radius: 12px;



  }
  