 *{
    margin: 0;
    padding: 0;
    font-family: century 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.nav{
    background-color:rgb(27,27,27);
    color: rgb(104, 60, 7) !important;
}

.toggle{
  width: 100%;
  padding: 10px 20px;
  background-color: rgb(27,27,27);
  text-align: right;
  box-sizing: border-box;
  color: #fff;
  font-size: 30px;
  display: none;
}

.uppercontainer{

    background-color: white;
    max-width:auto;
    height: 150px;
    margin-top: -50px;
}

.process{

    background-color: cornflowerblue;
}


.Footer{

    background-color: rgb(27,27,27);
    color: azure;
}

.bacground{
    background-color: rgb(10,46,68);
    color: white;
}

                .button {
                  border: none;
                  color: white;
                  padding: 10px 32px;
                  text-align: center;
                  border-radius: 10px;
                  font-weight: 500;
            
                }
            
                .button1 {
                  background-color: rgb(255, 95, 21);
                  color: white;
                  border: 1px solid black;
                }
            
                .button1:hover {
                  background-color: black;
                  color: white(255, 95, 21);
                }
            
                .button2 {
                  background-color: rgb(194,167,134);
                  color: white;
                  border: 1px solid black;
                }
            
                .button1:hover {
                  background-color: black;
                  color: white(255, 95, 21);
                } 

 #more {display: none;}
 #more1 {display: none;}
  #more2 {display: none;}
 #more3 {display: none;}
 #more4 {display: none;}
 #more5 {display: none;}


 .readme{
   text-decoration: none;
   border: none;
   background-color: #fff;
   color: rgb(255, 95, 21);
 }
 
               


       