body {
  font-family: Pixelify Sans;
  color: white;
  margin: 0;
  padding: 0;
}

.bg_img {
  position: fixed;
  width: 250%;
  height: 250%;
  top: 50%;
  left: 50%;
  z-index: -9999;
  background-size: 550px;
  background-position: -100px -100px;
  background-image: url("https://izumiihd.github.io/pixelitcdn/assets/background.png");
  transform: translate(-50%, -50%) rotate(15deg);
  opacity: 0.1;
  animation: moveBackground 25s linear infinite ;
}

@keyframes moveBackground {
  from { background-position: -100px -100px; }
  to { background-position: -100px 1100px; }
}

.navbar {
  overflow: hidden;
  background-color: #6f057a;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 -0.365vw #61056b, 3px 3px 15px rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 600px) {
  .navbar {
    border-radius: 0; 
    box-shadow: inset 0 -0.365vw #61056b, 3px 3px 15px rgba(0, 0, 0, 0.6)
  }
  .navbar a, .dropdown .dropbtn {
    float: none;
    display: block;
    padding: 10px;
  }
  .dropdown-content {
    position: relative;
    box-shadow: none;
    border-radius: 0;
  }
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-shadow: #000 1px 0 13px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: purple;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: inset 0 -0.365vw #777378, 3px 3px 15px rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdown-content a:hover {
  background-color: purple;
}

.dropdown-content a:last-child:hover{
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 -0.365vw #660066, 3px 3px 15px rgba(0, 0, 0, 0.6);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.title_p {
  margin-left: 92%;
  position: absolute;
  top: 1%;
  font-size: 26px;
  color: #fff;
  text-shadow: #000 1px 0 13px;
}

@media screen and (max-width: 600px) {
  .title_p {
    margin-left: 80%;
    position: absolute;
    top: 1%;
    font-size: 24px;
    color: #fff;
    text-shadow: #000 1px 0 13px;
  }
}

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

.body-bg-color { 
  background-color: #6d0180; 
}

.title-text { 
  color: #fff; 
  position: absolute; 
  text-shadow: #000 1px 0 13px; 
}

.title-text-1 { 
  top: 17%; 
  left: 7%; 
  right: 70%; 
}

.title-text-2 { 
  top: 41%; 
  left: 7%; 
  right: 70%; 
}

.title-text-3 { 
  top: 61%; 
  left: 7%; 
  right: 70%; 
}

@media screen and (max-width: 600px) {
  .title-text-1 {
    bottom: 50%;
    left: 0%;
    text-align: center;
    top: auto;
    right: auto;
  }
}

@media screen and (max-width: 600px) {
  .title-text-2 {
    bottom: 30%;
    left: 0%;
    text-align: center;
    top: auto;
    right: auto;
  }
}

@media screen and (max-width: 600px) {
  .title-text-3 {
    bottom: 10%;
    left: 0%;
    text-align: center;
    top: auto;
    right: auto;
  }
}

.float-img { 
  height: 50%; 
  width: 50%; 
  position: relative; 
  left: 15%; 
  animation: float 3s ease-in-out infinite; 
  cursor: pointer; 
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 600px) {
  .float-img {
    height: 50%;
    width: 80%;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    animation: float 3s ease-in-out infinite;
    cursor: pointer;
  }
}

.pronunciation { 
  position: absolute; 
  bottom: 7%; 
  left: 9%; 
  font-size: 1.5em; 
  cursor: pointer; 
}

@media sceen and (max-width: 600px) {
  .pronounciation {
    position: absolute; 
    bottom: 20%; 
    left: 14%; 
    font-size: 1.5em; 
    cursor: pointer; 
    text-align: center;
  }
}

.pronunciation-icon { 
  font-size: -0.8em; 
  text-shadow: 2px 2px 4px #000; 
}

.pronunciation-text { 
  position: relative; 
  top: -0.1em; 
  text-shadow: 2px 2px 4px #000; 
}

@media screen and (max-width: 600px) {
  .pronunciation-text {
    top: 100%;
    left: 7%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
  }
}

.socials { 
  position: absolute; 
  bottom: 1%; 
  left: 50%; 
  transform: translateX(-50%); 
}

@media screen and (max-width: 600px) {
  .socials {
    display: none;
  }
}

.social-link { 
  margin: 0 10px; 
  color: inherit; 
  text-decoration: none; 
  font-size: 2.0em; 
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.terms-of-service { 
  position: absolute; 
  bottom: 2%; 
  left: 93%; 
  color: white; 
  text-decoration: underline; 
  font-size: 0.75vw; 
  text-shadow: #000 1px 0 13px; 
}

@media screen and (max-width: 600px) {
  .terms-of-service {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
  }
}

.overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; 
}

.overlay-content {
  text-align: center;
}

.spinner {
  width: 100px; 
  animation: spin 2s linear infinite; 
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}