/* */

body {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #6d23a2;
  font-family: Verdana;
}

.black {
  background-image: linear-gradient(#E8E8E8 10%, black);
  position: absolute;
  top: 0;
}

.coiny-regular {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* Main Title */
.title {
  display: block; 
  max-width: 75%;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 10%;
}

.pillar1 {
  max-width: 20%;
  position: absolute;
  right: 0%;
  top: 0%;
}

.pillar2 {
  max-width: 20%;
  position: absolute;
  left: 0%;
  top: 0%;
}

.art {
  max-width: 60%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  margin-top: 90%;
  border-style: solid;
  border-radius: 10px;
  border-color: gold;
  border-width: 5px;
}

.demolink {
  max-width: 60%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  margin-top: 0%;
  font-family: "Coiny", system-ui;
  font-size: 100%;
  
}

a:hover {
  color: purple;
}

h4 {
  max-width: 100%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  margin-top: 0%;
  font-family: "Coiny", system-ui;
  font-size: 100%;
}

.title2 {
  display: block; 
  max-width: 50%;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 10%;
}

 .email {
  max-width: 60%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  margin-top: 0%;
  font-family: "Coiny", system-ui;
  font-size: 100%;
 }
 
/* Buttons */
.updates {
  display: block; 
  max-width: 25%;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 90%;
  transition: all 0.4s;
}

.updates:hover {
  transform: scale(1.3);
}

.button {
  margin-top: 0%;
  margin-bottom: 40%;
}

.about {
  max-width: 20%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  transition: all 0.4s;
}

.about:hover {
  transform: scale(1.2);
}

.faq {
  display: block; 
  max-width: 20%;
  margin-left: auto; 
  margin-right: auto;
  transition: all 0.4s;
}

.faq:hover {
  transform: scale(1.2);
}


.skell {
  max-width: 20%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  transition: all 0.4s;
}

.skell:hover {
  transform: scale(1.2);
}


.team {
  max-width: 20%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  transition: all 0.4s;
}

.team:hover {
  transform: scale(1.2);
}



