@font-face {
    font-family: "Pokemon";
    src: url("/PokemonSolidNormal-xyWR.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Anime";
    src: url("/KinderChildKawaiiBubble-WpnAz.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #e0f7fa, #80deea);
  color: #034f84;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.logo {
  margin: .5rem;
  width: 4em;
  height: 4em;
}

h1 {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-family: "Pokemon";
}

p {
  margin: 0;
  font-size: 2rem;
  font-family: "Anime";
}