 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  padding: 0;
  background-color: black;
  color:white;
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

.scroll-container {
   padding: 100px 0;
}

.text-section {
  margin-bottom: 100px;
}

.fade-up-text {
  opacity: 0;
  transform: translateY(50px);
}

.custombutton {
  border: solid;
  border-color:white;
  border-radius: 6.5px;
  color: white;
  background: limegreen;
  padding: 0;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
  width: 134px;
  height: 29px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.discordbtn {
border: solid;
  border-color:white;
  color: white;
  border-radius: 6.5px;
  background: #728cd9;
  padding: 0;
  font-weight: bold;
  width: 134px;
  height: 29px;
  margin: 0;
  transition: background 0.3s, color 0.3s;
  font-family: "Montserrat", sans-serif;
}

.discordbtn:hover {
 background: white;
 color: black;
}

.custombutton:hover {
  background: white;
  color: black;
}