/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: inherit; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5px; /* Location of the box */
  padding-bottom: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
    background-color: #fefefe; /* Fallback color */
  background-color: #fefefe; /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #f8f8f8;
  margin: auto;
  padding: 10px;
  border: 2px solid #63b4cf;
    border-radius: 20px;
  width: 95%;
}

/* The Close Button */
.close {
  color: #ff0000;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}