        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid black;
            padding: 10px;
            text-align: center;
        }
        th {
            background-color: #f2f2f2;
        }
          table {
            width: 30%;
            height: 20px;
            border-collapse: collapse;
        }
        td {
            padding: 10px;
            border: 1px solid black;
        }
        * {box-sizing: border-box}
        .mySlides {display: none}
        img {vertical-align: middle;}

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

.slideshow-container img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mySlides {
    width: 200px;
    height: 300px;
}

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

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

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
}

.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;
}

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

@keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
}
a{
color:black;
}

.menu-toggle {
    display: none;
}
.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    cursor: pointer;
        position: absolute;
        top: 70px;
        right: 20;
}
.menu-icon div {
    width: 100%;
    height: 5px;
    background-color: black;
    transition: 0.3s;

}
.nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100px;
    bottom: 0px;
    right: 0;
    width: 200px;
    background: white;
    padding: 10px;
}
.nav-menu a {
    color: black;
    text-decoration: none;
    padding: 10px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;

    display: block;
}

.nav-menu a:first-child {
    border-top: 1px solid black;
}
.menu-toggle:checked + .menu-icon + .nav-menu {
    display: flex;
}
.stred{
text-align: center;
}
