body {
  background-color: #5DF4E5;
  min-height: calc(100dvh - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  padding: 1rem;
  margin: 0;
}
img {
width: 100%;
margin-bottom: 2rem;
filter: drop-shadow(0 0 0.75rem white);
}
#bg {
pointer-events: none;
z-index: -1;
filter: grayscale(80%)hue-rotate(10deg)drop-shadow(0 0 20px #000)opacity(.5);
/*background-image: url(https://static.fursquared.com/img/tote-design.webp);*/
background-repeat: repeat;
width: 100%;
height: 100%;
position: fixed;
top: 0;
box-shadow: inset 0 0 100px #0006;
}

#content {
  width: calc(min(100vw, 400px));
}

#buttons {
  list-style: none;
  color: white;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#buttons li {
  padding-left: 0;
  margin-left: 0;
}
#buttons a, #buttons a:visited {
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 0 10px 5px #fff;
}
