.answer-box {
  margin: 10px auto 10px;
}

.answer-img {
  text-align: center;
}

.apply-closed {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  color: #000;
  width: 70%;
  padding: 20px;
  margin: 20px auto 20px;
  border-radius: 8px;
  border: solid;
}

.answer-button {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 70%;
  padding: 20px;
  margin: 0px auto 20px;
  border-radius: 8px;
  text-decoration: none;
  background-color: #009c88;
  border-bottom: 5px solid rgb;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  transition: all .3s;
}

.answer-button:hover {
    transition: all .3s;
    border-bottom:  0 solid #8f0707;
    box-shadow: 0 0 0 rgba(0, 0, 0, .3);
}

.answer-link {
  text-decoration: none;
}
