body {
  margin: 0;
  font-family: font-family: 'Inter', sans-serif;
  background: #0f172a;
  color: white;
  text-align: center;

  background-image: url('https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/items/poke-ball.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
}

.container {
  margin-top: 200px;
}

h1 {
  font-size: 60px;
  letter-spacing: 3px;
}

p {
  font-size: 22px;
  color: #ccc;
}
