body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #89CFF0;
  color: #fff;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.art {
  white-space: pre;
}

.button-container {
  text-align: center;
  margin-bottom: 20px;
}

.toggle-button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
}

.section {
  display: none;
}

.website,
.sports,
.movies {
  margin: 10px 0;
}

.website h3,
.sports h3,
.movies h3 {
  margin: 5px 0;
}

.website p,
.sports p,
.movies p {
  margin: 0;
}

.website a,
.sports a,
.movies a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: #fff;
}

.footer {
  text-align: center;
  margin-top: 20px;
}

.play-button-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

#play-button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
img {
  max-width: 150px; 
  max-height: 150px; 
  width: auto; 
  height: auto; 
}