body {
  background-color: rgb(15, 15, 15);
}

.text {
  color: white;
  font-family: "Montserrat Alternates";
  font-size: 20px;
}

.text1 {
  color: #7289da;
  font-family: "Montserrat Alternates";
  font-size: 20px;
}

.texth {
  color: rgb(210, 210, 210);
  font-family: "Montserrat Alternates";
  font-size: 35px;
}

.main-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
}

.link {
  text-decoration: none;
  color: rgb(210, 210, 210);
  font-family: "Montserrat";
}

.link-1 {
  background-color: #7289da;
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 10px;
}

.container {
  padding: 2px 16px;
}

.ctext {
  color: rgb(210, 210, 210);
  font-family: Arial;
  font-size: 17px;
}

.chead {
  color: rgb(210, 210, 210);
  font-family: Arial;
  font-size: 25px;
}

.button {
  background-color: #7289da;
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 10px;
}

.button {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
