 .box {
  text-align: center;
}

body {
  text-align: left;
  background: url('https://png.pngtree.com/background/20250104/original/pngtree-free-hd-wallpaper-4k-new-background-picture-image_15546678.jpg')
              no-repeat center center fixed;
  font-family: 'Orbitron', sans-serif;
  background-size: cover;
}

body p {
  font-size: 25px;
}

body h2 {
  font-size: 30px;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.animal-button {
  background-color: black;
  color: #FFD700;
  padding: 1rem;
  text-align: center;
  border: 2px solid #E10600;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.lock {
  background-color: black;
  color: #FFD700;
  font-family: 'Orbitron', sans-serif;
  border: 5px #E10600 solid;
  border-radius: 15px;
}

header {
  background-color: black;
  color: #FFD700;
  font-family: 'Orbitron', sans-serif;
  border: 5px #E10600 solid;
  border-radius: 15px;
  text-align: center;
}

#fursona {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#fursona img {
  max-width: 100%;
  height: auto;
}

 

footer {
  color: lightgrey;
  background-color:  black;
  padding: 20px;
  border-radius: 12px;
  text-align:center
}
