body {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;  
  
  font-family: Arial;
  
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden; /* dont scroll  */
  background-image: url("darkerwall.png");

  /* dont scroll dont scroll for the love of god i fucking hate phone layouts */
  overscroll-behavior: none;
  touch-action: none;
}

.main_wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}

.fire_wrap {
  display: flex;
  justify-content: center;
}

.spotify_wrap {
  height: 25%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 60%;
}

#spotifytrack {
  width: 250px;
  height: 72%;
  
  max-width: 100vw;    /* Prevent horizontal overflow */
  max-height: 90vh;    /* Prevent vertical overflow */
}

#subtitle {
  display: flex;
  justify-content: center;
  
  font-size: 10px;
  color: white;
  text-shadow: 1px 2px 3px #000000;
}

#links_blood {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;

  font-size: 15px;
  color: red;
  text-shadow: 1px 2px 3px #000000;
}

#links_twitter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;

  font-size: 15.5px;
  color: white;
  text-shadow: 1px 2px 3px #000000;
}

.sphere {
  margin: 0;
  height: 90vh;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

#epik_fier_logo {
  width: 700px;        /* Desired fixed size */
  height: auto;
  max-width: 100vw;    /* Prevent horizontal overflow */
  max-height: 90vh;    /* Prevent vertical overflow */
}

#cheend_sphere {
  
  width: 200px;
  height: auto;
  max-width: 100vw;    /* Prevent horizontal overflow */
  max-height: 100vh;    /* Prevent vertical overflow */
  
  display: flex;
  justify-content: center;
}

#boincycheend {
  position: fixed;
  bottom: 2px;
  right: 2px;
  width: 40px;
  pointer-events: none; 
}