.title{
  font-family: Optima, sans-serif;
  font-size: 10vh;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}


@font-face {
font-family: "ubuntu";
font-style: italic;
font-weight: 300;
src: local("Lato Light Italic"), local("Lato-LightItalic"),
  url(https://fonts.gstatic.com/s/ubuntucondensed/v8/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Dfqw.woff2)
    format("woff2");
}

body {
  height: 100vh;
  margin: 0;
  font-family: "ubuntu", Arial, sans-serif;
  overflow-x: hidden;
  display: grid;
}

a {
text-decoration: none;
color: #9ca0b1;
}

.intro {
text-align: center;
h1 {
  color: #fff;
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(to right,#7b0ab0 10%, #7835d0 50%,#7b0ab0 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 10% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 12s linear infinite;
  display: inline-block;
  
}
}

@keyframes textclip {
to {
  background-position: 50% center;
}
}

.aztitle{
  color: rgb(255, 112, 112);
  font-family: Optima, sans-serif;
  font-size: 10vh;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
.description{ 
  font-family: monospace;
  font-size: 3.5vh;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 5%;
  
}

.header{ 
  background-color: black; 
  color: white;             
  padding: 0;
  margin: 0;
  border: 0;
}.title {
font-family: 'Crimson Text', serif;
font-size: 10vh;
text-align: center;
margin-bottom: 0;
font-weight: bold;
color: #7b0ab0;
text-shadow: 2px 2px 4px rgba(123, 10, 176, 0.5);
transform: skew(-5deg);
letter-spacing: 2px;
transition: all 0.3s ease;
}

.title:hover {
text-shadow: 4px 4px 8px rgba(123, 10, 176, 0.8);
transform: skew(-8deg) scale(1.05);
}


.body{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: black;
}
#content{
  align-items    : center;
}
.t404t{
  color: rgb(131, 131, 131);
  font-family: Verdana;
  font-weight: bold;
  font-size: 20vh;
  text-align: center;
  float: center;
  justify-content: center;
  align-content  : center;
  align-items    : center;
}

.tabs{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 9vh;
  overflow: hidden;
  margin: 0;
  padding: 0; 
  height: 9vh; 
  position:fixed;
  z-index: 1;

}

.tablinks:link, .tablinks:visited{
  position: relative;
  color: #fff;
  font-size: 4vh;
  padding: 5%;
  font-family: 'Lucida Console';
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-shadow: 0 0 5px #7b0ab0;
}

.tablinks:hover {
  color: #7b0ab0;
  transform: skew(-10deg) scale(1.1);
  text-shadow: 0 0 10px #7b0ab0;
  background: rgba(123, 10, 176, 0.2);
}

@keyframes tilt {
  0% {
      rotate: 0deg;
      background-color: black;
      color: red;
  }

  100% {
      rotate: 5deg;
      background-color: #5b2fc3;
  }
}

.login-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: linear-gradient(45deg, #000000, #2e0d6c);*/
  background: rgb(26, 26, 26);
  position: relative;
  overflow: hidden;
}

.login-box {
  background: rgba(20, 20, 30, 0.8);
  padding: 40px;
  box-shadow: 0 0 20px #7b0ab0, 0 0 40px rgba(123, 10, 176, 0.3);
  width: 400px;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.login-box h2 {
  font-weight: bold;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 30px;
  text-shadow: 0 0 10px #7b0ab0;
}

.input-group {
  position: relative;
  font-family: 'Courier New', Courier, monospace;
  margin-bottom: 30px;
}

.input-group input {
  width: 100%;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #7b0ab0;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.input-group label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transform-origin: left;
  transition: 0.3s;
  pointer-events: none;
}

.input-group input:focus ~ label,
.input-group input:valid ~ label {
  transform: translateY(-20px) scale(0.8);
  color: #7b0ab0;
}

.neon-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7b0ab0;
  transition: 0.3s;
}

.input-group input:focus ~ .neon-line {
  width: 100%;
  box-shadow: 0 0 10px #7b0ab0;
}

.login-btn {
  font-weight: bold;
  width: 100%;
  padding: 10px;
  background: #7b0ab0;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}

.login-btn:hover {
  background: #5b2fc3;
  box-shadow: 0 0 20px #7b0ab0;
  transform: scale(1.05);
}
