@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
* {
  box-sizing: border-box;
}
#random-text {
  color: #00f2ff;
}
#ntv_2103197 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body {
  margin: 0;
  font-family: system-ui, sans-serif;
  color: #b1e8fc;
  background: linear-gradient(180deg, #066b99 20%, #00113d 100%);
  background: linear-gradient(60deg, #066b99 20%, #00082e 90%);
  font-family: Outfit;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  h1 {
    font-size: 45px;
  }
  p {
    a {
      color: rgb(255, 0, 0);
      color: rgb(4, 0, 81);
    }
  }
  h3 {
    a {
      color: rgb(255, 0, 0);
      color: rgb(1, 0, 45);
    }
  }
}

.search-bar-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.search-bar {
  font-family: Outfit, sans-serif;
  font-size: 1.1em;
  border-radius: 10px;
  border: none;
  padding: 0.8em 1.5em;
  box-shadow: 0 2px 12px rgba(0, 100, 100, 0.25);
  outline: none;
  margin-bottom: 20px;
  background: #022c3a;
  color: #066b99;
  transition: box-shadow 0.2s;
}

.search-bar:focus {
  box-shadow: 0 4px 24px #00808055;
}

.link {
  display: block;
  padding: 0.8em 1.5em;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #b1e8fc;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transition: background-color 0.2s;
}
nav {
  font-family: Outfit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  gap: 0.5rem;
  border-bottom: solid 1px #555;
  background-color: #000000;
  gap: 1.3rem;
  border-bottom: solid 1px #000000;
  background: #010f15;
}

nav a,
nav button,
nav .nav-btn {
  font-family: Outfit;
  display: inline-block;
  min-width: 9rem;
  padding: 0.4rem;
  border-radius: 0.2rem;
  border: solid 1px #555;
  border: solid 1px #9f9f9f;
  text-align: center;
  text-decoration: none;
  color: #00eaff;
  background: transparent;
  cursor: pointer;
}
nav button:hover {
  transition: 0.3s;
  transform: scale(1.05);
}

nav a[aria-current="page"],
nav button[aria-current="page"],
nav .nav-btn[aria-current="page"] {
  font-family: Outfit;
  color: #000;
  background-color: #066b99;
}

main {
  padding: 1rem;
}

h1 {
  font-weight: bold;
  font-size: 1.5rem;
}

p {
  text-align: center;
}
#main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 0 auto;
  padding: 1rem;
}

#games {
  text-align: center;
  #request {
    color: #ff0000;
    background-color: rgb(0, 0, 0);
  }
  select {
    font-family: Outfit;
    background-color: rgb(0, 242, 255);
    border-radius: 10px;
  }
  img {
    border-radius: 15px;
  }
  button {
    position: relative;
    font-size: 14px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    border-radius: 15px;
    transition: all 0.2s;
    border: none;
    font-family: Outfit;
    font-weight: 425;
    background-color: rgb(0, 0, 0);
    padding: 0.82em 0.8em;
    margin: 5px;
    color: rgb(0, 242, 255);
  }
  .button:hover {
    transform: translateY(-3px);
    box-shadow: none;
  }

  .button:active {
    transform: translateY(-1px);
  }

  .button::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .button:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
  }
}
