.modal {
    display: none;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(6,12,23, 0.8);
    background-color: rgba(6,12,23, 0.8);
	z-index:91111111;
}

.modal-content {
    background-color: #9e8f6c;
    margin: 15% auto;
    padding: 20px;
    width: 70%;
	color:#fff;
}

.close {
    color: #ffffff;
    float: right;
    font-size: 38px;
    font-weight: bold;
		z-index:91111111;
}

.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
		z-index:91111111;
} 