.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 75%);
}

.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal h2 {
  color: black;
}

.ufooter {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.ufooter li {
  margin: 0;
}


.ufooter li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

#footer {
  flex-shrink: 0;
  padding: 1% 10%;
  font-size: 12px;
  background: rgb(15 15 15 / 85%);
  color: white;
  text-align: center;
}

#footer img {
  width: 125px;
  margin: 0 auto;
}

#footer a {
  color: white;
  border-bottom: 1px solid transparent;
}

#footer a:hover {
  color: white;
  border-bottom: 1px dotted white;
}

@media (max-width: 767px) {

  .modal h2 {
      font-size: 1.2rem;
      color: Black;
  }

  .modal-content p {
    font-size: 18px;
    margin: 10px;
  }

  .modal .roundbtn, .modal button {
    margin: 0 auto;
  }
}
