/*  MADE BY HEIS */
/*  https://discord.gg/heis */
/*  DO NOT SELL THIS TEMPLATE */

body {
  text-align: center;
   background-image: url('https://www.youtube.com/watch?v=58YjsK8NYPE&pp=ygUUbWluZWNyYWZ0IHdhbGxwYXBlciA%3D');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
body {
  width: 100%;
  height:100%;
}



@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.container {
  max-width: 600px;
}

.text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.icon {
  width: 100px;
}

.text {
  text-align: left;
}


.buttons {
  margin-top: 10px;
}

.btn {
  display: inline-block;
  padding: 0px 0px;
  margin: 10px;
  text-decoration: none;
  color: white;
  border-radius: 30px;
  left: 300;
}

.btn:hover {
  filter: glow(90%);
  transition: 0.3s ease-out;
}

.discord { background: #0b5351; }


@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
  }
}

/*  MADE BY HEIS */
/*  https://discord.gg/heis */
/*  DO NOT SELL THIS TEMPLATE */