

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
 
 
.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
 
 
/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}
 
 
 #main {
            height: 50px;
            border: 0px solid black;
            font-weight: bold;
            color: black;
            background-color:white;
            width:100%;
            font-size: 36px;
            padding: 12px 16px;
        }

/* Blank lines for ease and view */
/* */