/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 670px;
  height: 750px;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 80%;
  max-width: 700px;
  background-color: rgba(45, 58, 75, 0.5);
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

/* Download and Close Buttons */

/* Close Button */
.close {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

#closeModalBtn {
  right: 15px;
  top: 10px;
}


.modal-buttons {
  text-align: center;
  margin-top: 20px;
}

#downloadBtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fa5252;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

/* Button hover effect */
#downloadBtn:hover {
  background-color: #0056b3;
}
