body {
  background-color: #1ed4a3;
  font-family: "Lucida Console", "Courier New", monospace;
}
h1 {
  color: #000000;
}
h2 {
  color: #00000;
}
h4 {
  color: #4172FF;
}
h5 {
  color: #4172FF;
}
.button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 14px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.bbutton {
  background-color: #fc4720;
  border: none;
  color: white;
  padding: 14px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover {
  background-color: #000000;
  color: white;
}
.bbutton:hover {
  background-color: white;
  color: #fc4720;
}
