.modal {
    display: none;
    position: fixed;
    z-index: 9999; /* Adjusted z-index */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
	text-align: center;
	font-size: 1.25rem;
	border-radius: 15px;
}

.close {
    color: #ff0000;
    float: right;
    font-size: 32px; /* Increased font size for "X" button */
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}

a.ujweblap {display: block;}

a.ujweblap:link {
	color: #002148 !important;
	padding: 15px;
	background-color: #fdc800;
	font-weight: bold; 
	border-radius: 15px;
}

a.ujweblap:hover {
	color: #2a4e79;
	background-color: #ffda50;
}

a.ujweblap:visited {
	color: #002148;
}