
@font-face {
  font-family: "tieng-font";
  src: url("tieng-font.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: "tieng-font";
    background-color: #1f2c7c;
}

@keyframes moveLeftToRight {
  0% {
    transform: translateX(-100%); 
  }
  100% {
    transform: translateX(100%); 
  }
}

h1 {
  font-family: "tieng-font";
  color: #ffffff;
  white-space: nowrap; 
  position: relative;  
  font-size: 2.5rem;
  animation: moveLeftToRight 20s linear infinite;
  z-index: 1000; 
  top: 5px;       
  left: 10px;
  right: 10px 
}


h2, h3 {
  margin: 0;
  font-family: "tieng-font";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
  transform: scale(1.7);
}

h4 {
   font-family: "tieng-font";
  transform: scale(3.5);
  margin-top: 400px; 
  text-align: center;
  color:#ffffff
}
h5 {
  font-family: "tieng-font";
  transform: scale(3.5);
  margin-top: 100px; 
  text-align: center;
  color:#ffffff
}

h6 {font-family: "tieng-font";
  transform: scale(1);
  position: relative;
  color:#FFFFFF;
  top: -5px;
  text-align:center;
  }

.divider1 {
  border: none;
  height: 2px;
  background-color: #ffffff;
  width: 90%; 
  position: relative;
  top: 350px;
}

.divider2 {
  border: none;
  height: 2px;
  background-color: #ffffff;
  width: 90%; 
  position: relative;
  top: 20px;
  margin: 5% auto;
}

.divider3 {
  border: none;
  height: 2px;
  background-color: #ffffff;
  width: 90%; 
  position: relative;
  top: -5px;
}
.letter-box-blue-t {
  position: relative;
  background: #1f2c7c;
  color: #ffffff;
  padding: 1px 10px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  box-shadow: 15px 15px #111d5c;
  border: 4px solid #ffffff;
  border-radius: 6px;
  top: 130px;
  right: 100px;
  transform: scale(1.5);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
 
.letter-box-blue-t:hover {
  background: #3a4fcf; 
  transform: scale(1.6) translateY(-10px); 
  box-shadow: 20px 20px #0e1540;
}


.letter-box-blue-i {
  position: relative;
  background: #1f2c7c;
  color: #ffffff;
  padding: 1px 10px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  box-shadow: 15px 15px #111d5c;
  border: 4px solid #ffffff;
  border-radius: 6px;
  top: 80px;
  right: 58px;
  transform: scale(1.5);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.letter-box-blue-i:hover {
  background: #3a4fcf; 
  transform: scale(1.6) translateY(-10px); 
  box-shadow: 20px 20px #0e1540;
}

.letter-box-blue-e {
  position: relative;
  background: #1f2c7c;
  color: #ffffff;
  padding: 1px 10px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  box-shadow: 15px 15px #111d5c;
  border: 4px solid #ffffff;
  border-radius: 6px;
  top: 170px;
  left: -10px;
  transform: scale(1.5);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.letter-box-blue-e:hover {
  background: #3a4fcf; 
  transform: scale(1.6) translateY(-10px); 
  box-shadow: 20px 20px #0e1540;
}

.letter-box-blue-n {
  position: relative;
  background: #1f2c7c;
  color: #ffffff;
  padding: 1px 10px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  box-shadow: 15px 15px #111d5c;
  border: 4px solid #ffffff;
  border-radius: 6px;
  top: 80px;
  right: -45px;
  transform: scale(1.5);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.letter-box-blue-n:hover {
  background: #3a4fcf; 
  transform: scale(1.6) translateY(-10px); 
  box-shadow: 20px 20px #0e1540;
}

.letter-box-blue-g {
  position: relative;
  background: #1f2c7c;
  color: #ffffff;
  padding: 1px 10px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  box-shadow: 15px 15px #111d5c;
  border: 4px solid #ffffff;
  border-radius: 6px;
  top: 120px;
  left: 100px;
  transform: scale(1.5);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.letter-box-blue-g:hover {
  background: #3a4fcf; 
  transform: scale(1.6) translateY(-10px); 
  box-shadow: 20px 20px #0e1540;
}


@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.letter-box-white-a {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  top: -50px;
  right: 40px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-b {
  animation: upDown 1s infinite ease-in-out;
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  top: 90px;
  right: 100px

}

.letter-box-white-c {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  top: 160px;
  right: 50px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-d {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  top: -80px;
  right: 80px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-e {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  top: 120px;
  right: 50px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-f {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  bottom: -200px;
  left: -10px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-g {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  bottom: 50px;
  left: -40px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-h {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  bottom: -120px;
  left: -10px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-i {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  bottom: -170px;
  left: 20px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-n {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 3px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  bottom: 90px;
  left: 60px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-k {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  top: 160px;
  left: 50px;
  animation: upDown 1s infinite ease-in-out;
}

.letter-box-white-l {
  position: relative;
  background: #ffffff;
  color: #1f2c7c;
  padding: 1px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0 #111d5c;
  border: 4px solid #1f2c7c;
  border-radius: 6px;
  bottom: -30px;
  left: 40px;
  animation: upDown 1s infinite ease-in-out;
}