.INTRODUCTION {
      text-shadow: 2px 2px 3px skyblue;
      padding-left: 90px;
      background-color: rgba(135,206,235,30%);
      -webkit-text-stroke: 1px white;
      color: black;
      font-size: 40px;
      transition: all 2.5s;
  }
  nav {
    font-size: 15px;
    font-family: sans-serif;
    display:block;
    margin-left: 290px;
    -webkit-text-stroke: 5px, white;
    color: white;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all 0.5s;
      }
nav:hover{ font-size: 20px;}
.Button {
    color: rgba(255,255,255,90%);
    text-decoration: none;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}
  h2 {
    font-size: 50px;
    color: skyblue;
    margin-left: 50px;
  }
  img {

    width: 200px;

    height: 100px;
    }
    .TeamIntroduction {
      font-family: sans-serif, red Serif;
     -webkit-text-stroke: 1px white;
      color: Black;
      font-size: 25px;
      padding-left: 90px;
      text-shadow: 2px 2px 3px skyblue;
      font-weight: bold;
      background-color: rgba(135,206,235,30%);
      transition: all 3s;
  }
    .TeamIntroduction {
      animation: slideInFromLeft 0.5s ease-out;
    }
    .INTRODUCTION {
      animation: slideInFromLeft 0.5s ease-out;
    }
    .video-section {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      opacity: 0.6;
  }
  .div {
      display: block;
      unicode-bidi: isolate;
  }
  .video-section-frame {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.li{
  font-size: 20px;
 color: white;
 font-weight: bold;
 font-family: serif;
 display: block;
 margin-left: 30px;
 margin-top: 20px;;
 -webkit-text-stroke: 1px;
 -webkit-text-color: red;
}
@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
h2 {
  font-size: calc(20px + 18vh);
  line-height: calc(20px + 20vh);

  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  font-family: "Sacramento", cursive;
  text-align: center;
  animation: blink 12s infinite;
  -webkit-animation: blink 12s infinite;
}
@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}
@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}
.images{
  border-width: 10px;
  padding-top: 30px;
  padding-right:30px;
  padding-bottom:20px;
  padding-left: 30px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.image-wrapper {
  width: 80vw;
  overflow: hidden;
}
.image-container {
  display: flex;
  animation: moveImages 15s linear infinite;
}
.image-container img {
  width: 150px;
  margin-right: 20px;
}
@keyframes moveImages {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
