#openModalBtn {
  margin: 2rem;
  padding: 1rem 2rem;
  font-size: 16px;
}

.modal-header {
  display: flex;
  justify-content: flex-end;
}

.modal-close {
  background: none;
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.contents-wrapper {
  overflow-y: scroll;
  height: 80%;
}

.modal-body {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
  margin-top: 0.5rem;
  font-family: "Renner*", sans-serif;
}

.modal-title {
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}

.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  padding: 1.5rem;
  width: auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
  z-index: 9999;
}

.modal-border {
  margin: 20px 0;
  border: 1px solid #f6f6f6;
}
