body{
  background-color:bisque;
  font-family: Roboto, Arial;
  font-size: 25px;
}
.generate-button{
  height: 35px;
  font-size: 20px;
  background-color: rgba(192, 6, 6, 0.875);
  color: white;
  border: none;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 2.5px;
  cursor: pointer;
}
.steps_upto{
  width: 200px; 
  height: 30px; 
  font-size: 20px;
  border-radius: 2.5px;
}
.table_of{
  width: 200px; 
  height: 30px; 
  font-size: 20px;
  border-radius: 2.5px;
}
.show{
  margin-top: 20px;
  font-size: 35px;
  margin-left: 170px;
}