
#myProgress {
    width: 100%;
    background-color: #ddd;
  }
  
  #myBar {
    width: 1%;
    height: 30px;
    background-color:rgb(93, 39, 39);
  }





  body {
    font-family: 'TitilliumWeb';
    background-color: white;
  }

  #card{
    margin:30px;
        width: 15cm;
        height: 20cm;
        border-radius: 10px;
        background-color: white;
        padding: 8px;
        padding-top: 50px;
        left:0;
        margin-top: 2cm;
        
    }

.bg-modal{
    width:100%;
    height: 100%;
    background-color : black;
    opacity: 1;
    position:fixed;
    top:0;
    display: flex;
    left:0;
}
#makeheading{font-size: 40px; font-weight: bolder;font-family: 'Piedra', cursive;
    }
    table{
      margin: auto;
    }
    p{
      text-align: center;
    }

















.hone{
    color:white;
    background-color: black;
    text-shadow: bisque;
    border: 10px solid white;
    text-align: center;
    padding-top: 1cm;
    padding-bottom: 1cm;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

ul{
    padding-left: 2px;
}

.b1{
    
    text-align: centre;
    margin-top: 1cm;
    margin-left: 11cm;
}
.ig2{
    margin-top: 1cm;
    
    margin-left: 12cm;
}


#sidebar{
    position: fixed;
    width: 450px;
    height: 100%;
    background-color: #5CACEE;
    left:-450px;
    transition: all 500ms linear;
}
#sidebar.active{
    left: 0px;
}
#sidebar ul li{
    color:black;
    list-style: none;
    padding: 10px 10px;
    border-bottom: 2px solid rgba(100,100,100,0.3);

}
#sidebar ul label{
    color: black;
    font-family:'Times New Roman', Times, serif;
    font-size: large;
}

#sidebar .toggle-btn{
    position: absolute;
    left:460px;
    top: 40px;
}

#sidebar .toggle-btn span{
    display: block;
    width: 30px;
    height: 5px;
    background-color:white;
    margin: 1.5px 0px;
}
.g1{
    text-align: center;
    border: 1px solid white;
    width:30%;
    margin-left:4cm;
}

#one3{
    background-color: skyblue;
    border: 2px black;
    font-size: small;

}

#step1{
    display: none;
}
#step2{
    display: none;
}
#step3{
    display: none;
}



#formula{
    font-size: large;
    border: 2px solid black;
   
}
