img {
    max-width: 100%;
}

.navbar {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background-color: black;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  
  .navbar a {
    float: left, right;
    display: block;
    color: black;
    text-align: center;
    padding: 32px 300px;
    text-decoration: none;
    background-image:url("tmfy.png");
    background-size: 300px 45px;
    background-repeat: no-repeat;
  }

body {
    margin: 0%;
    background-image: url("Cylinder_Interior_AC75-1086_5732.jpg");
    background-repeat: no-repeat;
    background-size:auto;
    background-color: white;
    backdrop-filter: blur(15px);
    backdrop-filter: brightness(100%);
    background-attachment: fixed;

}

.mySlides {
    display: none;
}

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

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

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

  .flex-container {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
  }
  
  .flex-container > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 10px;
    justify-content: center;
    align-content: center;
  }

  .article-container {
    display: flex;
    justify-content: left;
  }
  
  .article-container > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 10px;
    justify-content: center;
    align-content: center;
  }

  l3 {
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    text-align: center;
    
}
h1 {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-align: center;
}
h2 {
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    font-weight: 500;
}
h2 {
  font-size: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  font-weight: 500;
}
h3 {
  font-size: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 500;
}
p {
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: left;
    font-weight: 500;
    max-width: 50%;
}
hs1 {
    font-size: 50px;
    font-weight: 800;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: oblique;
    text-align: center;
}
  
