.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    margin: 0;
    padding: 0;
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #1c202a;
    color: #d1ab84;
    padding: 20px;
    border: 1px solid #d1ab84;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 20px;
    overflow: auto; /* Enable scroll if needed */
  }
  .modal-content a, a:visited {
    color: inherit;
  }