    * {
      box-sizing: border-box;
    }
    
    .container {
      max-width: 1800px;
      margin: 0 auto;
    }
    
    body {
      font-family: Arial, sans-serif;
      padding: 20px;
      background: #dbffcc;
      margin: 0;
    }

    /* Header/Blog Title */
    .header {
      padding: 30px;
      font-size: min(2vw, 80px);
      text-align: center;
      background: white;
      margin-bottom: 20px;
      border-radius: 12px;
    }

   .header h4 a {
      text-decoration: none;
      color: #333;
      margin: 0 10px;
    }
    
   .main {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 20px;
      max-width: 1800px;
      margin: 0 auto;
    }
    
    .main h3 {
        font-size: min(2vw, 80px);
    }

    .left-column {
      flex: 3;
      min-width: 300px;
      
    }
    .right-column {
      flex: 1;
      min-width: 250px;
    }

    /* Card */
    .card {
      background: white;
      padding: 20px;
      margin-top: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    /* Footer */
    .footer {
      padding: 20px;
      text-align: center;
      background: #ddd;
      margin-top: 20px;
    }

    /* Slideshow */
    .mySlides {
      display: none;
    }

    .mySlides img {
     border-radius: 8px;
    }

    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
    }

    .dot {
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    .active {
      background-color: #717171;
    }

    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }

    @keyframes fade {
      from {opacity: 0.4}
      to {opacity: 1}
    }

    @media screen and (max-width: 800px) {
      .left-column, .right-column {
        width: 100%;
        padding: 0;
      }
    }

    @media only screen and (max-width: 300px) {
      .text {
        font-size: 11px;
      }
    }
    .comic-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Comic navigation */
.comic-nav {
  text-align: center;
  margin-top: 20px;
}

.comic-nav button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 12px 24px;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.comic-nav button:hover {
  background-color: #45a049;
}
    * {
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      padding: 20px;
      background: #dbffcc;
    }
/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  box-sizing: border-box;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@font-face {
  font-family: 'Myfont-Regular';
  src: url('/fonts/Myfont-Regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Myfont-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Myfont-Regular.woff2') format('woff2'),
       url('/fonts/Myfont-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h4 {
  font-family: 'Myfont-Regular', serif;
}
h3 {
  font-family: 'Myfont-Regular', serif;
  text-align:center;
}

a {
     text-decoration: none;
      color: #333;
      margin: 0 10px;
}
h1 {
  font-family: 'Myfont-Regular', serif;
  text-align:center;
}
h2 {
  font-family: 'Myfont-Regular', serif;
  text-align:center;
}