<style>

body {
    margin: 0;
    font-family: Arial;
}

.header {
   padding: 15px 15px 15px 15px;
     color: #ffe6e6;
     font-family: Arial;
     font-size: 28px;
}

.news {
     padding: 50px 50px 50px 85px;
     color: black;
     font-size: 32px;
} 

.apa {
     padding: 90px 35px 90px 85px;
     color: black;
     font-size: 32px;
} 

.row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
    padding: 0 8px;
}


.column {
    -ms-flex: 25%; 
    flex: 25%;
    max-width: 25%;
    padding: 0 8px;
}


.column img {
    margin-top: 12px;
    vertical-align: text-bottom;
   
}

@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}


@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


* {
  box-sizing: border-box;
  
}


.row > .column {
   width: 230px;
   padding: 7px; 
}

.row:after {
  content: "";
  display: none;
  clear: both;
}


.column {
  float: left;
  padding: 5px;
  width: 25%;
  
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 25px;
  font-weight: bold;
}


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


.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: #e6ffe6; 
    background-color: rgba(0,0,0,0.1); 
}


.modal-content {
    position: relative;
    background-color: white;
    text-align: left;
    font-family: Arial;
    color: black;
    font-size: 18px;
    margin: auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.2);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: #e6ffe6;
    float: right;
    font-size: 32px;
    
}

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

.modal-header {
    padding: 18px 18px;
    background-color: white;
    color: black;
    text-align: center;
}

.modal-body {padding: 30px 32px;}


.btn {
    border: none;
    color: white;
    padding: 18px 20px 18px 20px;
    font-size: 22px;
    cursor: pointer;
    margin-left: 25px;
}

.success {background-color: #ffe6e6;} 
.success:hover {background-color: #e6ffe6;}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -25px;
  padding: 9px;
  color: #e0e0eb;
  user-select: none;
  -webkit-user-select: none;
  
}

.prev:hover {
 opacity: 0.5;
 transition: .3s ease;
 }
 
.next:hover {
 opacity: 0.5;
 transition: .3s ease;

}

.next {
  right: 0; 
  border-radius: 2px 0 0 2px;
}


.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.h1 {
color: #ffe6e6;
}



</style>