/*Stop and Wait Css  */

@media screen and (min-width: 1536px) {
    body {
       width: 100%;
       height: 100%;
    }
}



    #topcorner {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #2C99CE ;
    
    }
    #topcorner:hover , .right:hover{
        color: #77BB41;
    }
    
    
    
    
    
    
        li{
            list-style-type:upper-roman;
        }
        #btn{
            position: absolute;
        top: 15%;
        right: 6%; 
        
        }
        .block{
            display: none;
        }
        
canvas {
    
    margin-left: 0.5rem;
    
 margin-bottom: 5rem;
    padding:5%;
    border: 1px solid black;
}

.header-line{
    margin-top: 0.5rem;
    background:  #ff6600;
    border: 4px solid  #ff6600;
    width:361%;
    height: 10%;
}
.title{
    margin: 1rem;
    text-align: center;
    color:  #2C99CE;
}
.footer{
    position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

a{
    text-decoration: none !important;
    color: #2C99CE;
}
a:hover{
    color: #77BB41;
}






