html,
body {
    font-family: Verdana, sans-serif;
    margin: auto auto;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
}
.topnav{
    background-color: #363333;
    overflow: hidden;
    border-bottom: 1px solid #ffffffd9;
    position: fixed;
    z-index : 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    
}
.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a.split {
    float: left;
    color: #000;

}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.topnav a.active {
    background-color: #04AA6D;
    color: white;
}
.topnav .icon {
    display: none;
}
.topnav b{
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}


.container {
    margin-top: 100px;
/*  margin-left: 250px;*/
    padding: 20px;
    border-radius: 8px;
    background-color:#424550;
    color: #e8f3f8;    
}
.header {
    text-align: center;
    margin-bottom: 30px;
}

.header h1 {
    font-size: 2em;
    color: #007bff;
    /* or any other color you prefer */
    margin-bottom: 10px;
}

.intro {
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 100px;
}

.intro p {
    font-size: 1.2em;
    line-height: 1.5;
}

.footer {
    text-align: center;
    color: #555;
    margin-top: 100px;
}

.header h1 {
    font-size: 2em;
    animation: fadeInUp 1.5s ease-out;
}

.intro p {
    animation: fadeInLeft 1.5s ease-out;
}

.footer p {
    animation: fadeInUp 1.5s ease-out;
}
.as {
    width:60%;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@media only screen and (max-width: 700px) {
    .as {
        width:90%;
    }
    container2 {
    margin-top: 100px;
  /*  margin-left: 250px;*/
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}
}
.fit-picture {
    width: 100%;
  }
/* Keyframe animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.container2 {
    margin-top: 100px;
  /*  margin-left: 250px;*/
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}
.header2 {
    text-align: center;
    margin-bottom: 30px;
}

.header2 h1 {
    font-size: 2em;
    color: #007bff;
    margin-bottom: 10px;
}
.text2 {
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 100px;
}
.text2 p {
    font-size: 1.2em;
    line-height: 1.5;
}
.text2 li {
    font:
      1rem 'Fira Sans',
      sans-serif;
    margin-bottom: 0.5rem;
  }
  
 /* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.mySlidesP {
  display: none;
}
.mySlidesP img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.center {
  text-align: center;
  border: 3px solid black;

}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text3 {
  color: #000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

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

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
