.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0;
}
.btn button {
  padding: 10px 50px;
  font-size: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .swal2-popup {
    width: 90% !important;
  }
  .swal2-html-container {
    font-size: 1.6rem !important;
  }
  .swal2-styled.swal2-confirm {
    font-size: 1.6rem !important;
  }
  .swal2-styled.swal2-cancel {
    font-size: 1.6rem !important;
  }
}