html, body {
    font-family: verdana;
    font-size: clamp(16px, calc(106px - 8vw), 48px);
    /*margin: 0;*/
  -text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.center_link_091224 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0px;
  padding: 0px 0px;
}

.mr_header {

    font-weight: normal;
    text-align: center;
    font-size: 1rem;
    padding: 0px 0px;
    margin-top: 0px;
        }

.bigredf {
    text-decoration: none;
    background-color: inherit;
    font-weight: normal;
    color: #FF0000;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    margin: 24px;
  
        }
        
    .bigredf:hover {
        text-decoration: none;
        font-weight: normal;
        color: #0000FF;
        text-align: center;
        display: inline-block;
        font-size: 1rem;
        margin: 24px;
        
            }

.mr_max_min{
    min-width: 1200px;
    max-width: 800px;     
}

.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.gallery-item {
    display: block; /*mr*/
    border: 1px solid transparent;
    width: calc(1500px - 25vw);
    min-width: 450px;
    max-width: 600px; 
    margin: 24px;
    /*transition: border 0.3s ease;*/
}

.gallery-item:hover {
    border: 1px solid red;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 100%;
    /*max-width: 1200px;*/
    max-height: 100%;
    /*max-height:800px;*/
    display: block;
    margin: auto;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FFFFFF;
    font-size: 2rem;
    /*font-weight: bold;*/
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    color: #FFFFFF;
    cursor: pointer;
    padding: 20px;
    /*background-color: transparent;*/
    border: none;
    /*border-radius: 3px;*/
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

#caption {
    text-align: center;
    color: #fff;
    padding: 10px;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #0000FF;
}

::selection {
    color: white;
    background: #0000FF;
}
