/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */
body {
  background-color: black;
  background-image: url('poze/clouds_repeat.png');
  background-size: auto 100%;
  animation: move-clouds 60s linear infinite;
}

@keyframes move-clouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}


@keyframes moveBackground {
  from { background-position: 0 0; }
  to { background-position: -100% 0; }
}



  .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  }
/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */

  
  h1 {
  color: white;
  font-size: 64px;
  text-align: center;
  font-style: italic;
  font-family: 'coolvetica', sans-serif;
  position: relative;
  z-index: 1;
  }
  
  h1 img:nth-of-type(1) {
  position: absolute;
  top: -52.5px;
  left: -25px;
  z-index: -1;
  height: 200px;
  }
    /** Tom#1337 */
    /** Tom#1337 */
    /** Tom#1337 */
    /** Tom#1337 */

  h1 img:nth-of-type(2) {
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: -1;
  height: 140px;
  }
  
  h1 span {
  color: red;
  text-decoration: underline;
  text-decoration-color: red;
  text-underline-offset: 2px;
  text-decoration-thickness: 3px;
  }
/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */

  
  button {
  background-color: transparent;
  border: none;
  padding: 10px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  }
  
  button:hover {
  transform: scale(1.1);
  }
    /** Tom#1337 */
    /** Tom#1337 */
    /** Tom#1337 */
    /** Tom#1337 */
    /** Tom#1337 */
    /** Tom#1337 */
    /** Tom#1337 */

  button img {
  height: 40px;
  }
  
  .discord-logo:hover {
  cursor: pointer;
  }
/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */

  @font-face {
  font-family: 'coolvetica';
  src: url('fonts/coolvetica.otf') format('opentype');
  }
/** Tom#1337 */
/** Tom#1337 */
/** Tom#1337 */
