/*Modal*/

  .modal-content {
    font-weight: bold;
  background: #a3e1b3;
  margin-top: 115px;
  
  }

/* Modal alert */
 .modal-pop {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .modal-contents {
            background-color: #a3e1b3;
            margin: 25% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 30%;
            border-radius: 10px;
            text-align: center;
            color:#bb1313;
            font-weight:900;
        }

        .close {
            color: #aaa;
            text-align: end !important;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }

        .close:hover,
        .close:focus {
            color: red;
            text-decoration: none;
            cursor: pointer;
        }

        .alert-content {
            display: none; /* Hidden by default */
        }
    @media (max-width: 435px) {
    .modal-contents {
          margin-top:306px !important;
            width: 80% !important;
    }
}
