

    #stage1{

       background-color: rgb(30, 173, 20);
       width: 100px;
       height: 100px;
       
    }
 
  
    
    #stage2{

        background-color: rgb(236, 232, 21);
        width: 100px;
        height: 100px;
        
     }


     #stage3{

        background-color: rgb(30, 148, 169);
        width: 100px;
        height: 100px;
        
     }

     #stage4{

        background-color: rgb(224, 228, 212);
        width: 100px;
        height: 100px;
        
     }

     #stage5{

        background-color: rgb(131, 97, 72);
        width: 100px;
        height: 100px;
        
     }

     #stage6{

        background-color: rgb(80, 85, 93);
        width: 100px;
        height: 100px;
        
     }

     #stage7{

        background-color: rgb(224, 21, 21);
        width: 100px;
        height: 100px;
        
     }

     #font{
color: aqua;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 50px;

     }

     #special{

      background-color: hotpink;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 50px;

     }

     #warning{

        color: rgb(234, 20, 20);
        font-size: 50px;
        font-family: Georgia, 'Times New Roman', Times, serif;
     }

   