body {
  background-color: pink;
  color: white;
  font-family: Verdana;
}

img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: auto;
}

a.socials {
  height: 100px;
  background-image: url("/socials-sprite.png");
  text-indent: -9999px;
  display: inline-block;
}
  a#bluesky {
    width: 100px;
    background-position: 0px 0px;
  }
  a#bluesky:hover {
    background-position: -100px 0px;
  }

  a#instagram {
    width: 100px;
    background-position: 0px -100px;
  }
  a#instagram:hover {
    background-position: -100px -100px;
  }
  
  a#kofi {
    width: 100px;
    background-position: 0px -200px;
  }
  a#kofi:hover {
    background-position: -100px -200px;
  }

  a#newgrounds {
    width: 100px;
    background-position: 0px -300px;
  }
  a#newgrounds:hover {
    background-position: -100px -300px;
  }

  a#youtube {
    width: 100px;
    background-position: 0px -400px;
  }
  a#youtube:hover {
    background-position: -100px -400px;
  }