@charset "utf-8";
/* CSS Document */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
    display: flex;justify-content: center;align-items: center;
  position: fixed; /* Stay in place */
  z-index: 1; /* 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 */
    z-index: 999999999999;
}

/* Modal Content */
.modal-content {
  font: 15px 'Akrobat-Regular';
  margin:0 auto;
 
 
  width: 90%;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    top: 36px;
    height: 36px;
    position: absolute;
    right: 36px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}