/* Custom Styles for YELL */
.staff {
  text-align: center;
  margin-bottom: 2rem;
}
.staff-img {
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  height: auto;
}
.ceo-img {
  min-width: 30svw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.staff-name {
  font-weight: bold;
  margin: 0.5rem 0 0.25rem;
}
.staff-desc {
  margin: 0;
}
.ceo-section {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 0 0.3rem;
}

.formButtons{
  display:flex;
  align-items:center;
  justify-content:center;
}

.formButton{
  background: #fff;
  border: 1px #008077 solid;
  color: #008077;
  font-weight: bold;
  text-align: center;
  width: 150px;
  height: 50px;
  margin: 10px;
  border-radius: 30px;
  font-size: 1.2rem;
}

.formButton:hover {
  background: #008077;
  color: #fff;
  cursor:pointer;
}