.modalScroll,
.ScrollContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal_bg {
  background: rgba(0, 0, 0, 0.32);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.js-modal-close {
  color: #555;
}

.modalScroll {
    background:linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
  height: 80vh;
  width: 80vw;
  border-radius: 20px;
}
.ScrollContent {
  overflow-y: scroll;
  height: 70vh;
  width: 95%;
  border-radius: 10px;
}
::-webkit-scrollbar {
  border-radius: 10px;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 10px;
}

.modal_content h1,
.modal_content {
  color: rgb(49, 49, 49);
  text-align: center;
}

.mi{
max-width:60vw;
width:300px;
}

.button08 {
  margin-top:5px;
  background-color: #ffd700;
  color: #000;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #b8860b;
}
.button08:hover {
  color: #000;
  opacity: 0.6;
}