.center {
  margin: auto;
  width: 50%;
}

body {
  background-color: lightblue;
}
h1 {
  color: navy;
  margin-left: 20px;
}

.textbox {
  width: 100%;
  height: 150px;
}
  
.button {
  border: black;
  background-color: white; 
  color: black; 
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 12px;
}
.button:hover {
  background-color: rgb(50, 50, 50);
  color: white;
}

.homeButton {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
} 
.homeButton:hover {
  background-color: #04AA6D;
  color: white;
}



.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
} 
.button1:hover {
  background-color: #04AA6D;
  color: white;
}



  
.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
} 
.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
} 
.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #ba0600;
} 
.button3:hover {
  background-color: #ba0600;
  color: white;
}