.modal {
  display: none;  /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 7; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(229,228,226,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: white;
  width: 80%;
  position: absolute;
  right: 0;
  height: 100%;
}

/* The Close Button */
.close {
  float: right;
  font-size: 32px;
  font-weight: bold;
}

.modal_body {
  color: black;
}

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