.secondary-button {
  color: white;
  height: fit-content;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background-color: rgb(42, 171, 203);
  font-size: 12px;
  font-weight: bold;
  font-family: "Century Gothic";
  max-width: 250px;
  letter-spacing: 0px;
}
.secondary-button:hover{
  background-color:#6287C0;

}

.terciary-button {
  border-radius: 12px;
  padding: 10px;
  background-color: white;
  color: rgb(138, 99, 162);
  border: 1px solid rgb(138, 99, 162);
  width: 180px;

  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 90px);
  font-size: 12px;
}
.terciary-button:hover{
  background-color:#91A2D8;
  color: #fff;
  border:none;
}

.four-button {
  margin: 20px auto 0px auto;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
  background-color: rgb(92, 103, 167);

  font-size: 12px;
  color: white;

  display: flex;
  align-items: center;
}
.four-button:hover{
  background-color:#91A2D8;
}
.four-button.img {
  margin-left: 5px;
}

.five-button {
  color: rgb(94, 105, 168);
  height: fit-content;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: "Century Gothic";
}
.five-button:hover{
  background-color:#51A8C9;
  color:#fff;
}