body {
  background-image: url("https://files.catbox.moe/kyp1ja.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-color: black;

  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;;
}
  
/* Desktop button */
.home-button {
  position: absolute;
  top: 220px;
  right: 30px;
  width: 300px;
  z-index: 999;
}

/* MOBILE */
@media (max-width: 768px) {

  img {
    width: 120px !important;
    top: 140px !important;

    left: 50% !important;
    transform: translateX(-50%);

    right: auto !important;
  }

}
  