.tealbuttons {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-style: "Gothic";
  margin: 4px 2px;
  cursor: pointer;
}

.tealbuttons #large {
  font-size: 20px;
}

.tealbuttons #small {
  font-size: 10px;
}

.tealbuttons #red {
  background-color: #8b130d;
}

.tealbuttons #medium {
  font-size: 15px;
  text-transform: uppercase;
}