h2.caption, h2.normal {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-2 {
    margin-top: 10px;
}

.general h3.caption {
    margin-top: 10px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 30%;
}

a.btn-yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn-yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

a.btn-blue {
  color: #000;
  background-color: #cde4ff;
  border-bottom: 5px solid #778899;
}

a.btn-blue:hover {
  margin-top: 3px;
  color: #000;
  background: #cde4ff;
  border-bottom: 2px solid #778899;
}