/* Created by Sara Mazal */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
	height: 100vh;
	width: 96.5vh;
	background-image: url();
	color: #919191;
	font-family: "Space Mono", monospace;
	font-size: 16px;
	background-position: center;
	z-index: 999;
	background-color: #000000;
	position: absolute;
}
main {
  height: 90vh;
  display: flex;
}
.main {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: left;
  border-left: 0px dotted #00ffff;
  padding-left: 60px;
}

.hero {
  margin-top: 123px;
}
h1 {
  color: #00ffff;
  padding-top: 30px;
  letter-spacing: 1px;
  font-size: 4vw;
  transition: transform 0.7s ease;
}
h2 {
  color: #00ffff;
  padding-top: 10px;
  letter-spacing: 5px;
  font-size: 3vw;
  transition: transform 0.7s ease;
}
h1:hover {
  color: #ff0099;
  transform: scale(1.05);
}
h2:hover {
  color: #ff0099;
  transform: scale(1.03);
}
.button {
  width: 200px;
  text-align: center;
  font-size: 1.8vw;
  padding: 7px 12px;
  margin-top: 40px;
  border-radius: 6px;
  border: 1px solid #00ffff;
  
  transition: transform 0.7s ease;
   
}
.button:hover {
	transform: scale(1.2);
	border-radius: 20px;
	color:#FF00ff;
  	box-shadow: 3px 2px 10px rgb(229, 0, 250);
 
}
aside {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer {
  text-align: center;
  margin: 0 auto;
}


i {
  color: #e5e1e1;
  margin: 15px;
  transition: transform 0.7s ease;
}

i:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  color: #00ffff;
}
a {
  text-decoration: none;
  color: #00ffff;
}
a:hover {
  color: #ff0099;
}

#loader {
  zoom: 0.2; /* Increase this for a bigger symbole*/
  display: block;
  width: 22px;
  height: 16px;
  margin: 0 auto;
  bottom: 0;
  animation: wait 0.8s steps(1, start) infinite;
  background: linear-gradient(
      0deg,
      #f4f5fa 1px,
      transparent 0,
      transparent 8px,
      #f4f5fa 8px
    ),
    /* 6  */
      linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),
    linear-gradient(
      0deg,
      #ececf5 1px,
      transparent 0,
      transparent 8px,
      #ececf5 8px
    ),
    /* 5  */
      linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),
    linear-gradient(
      0deg,
      #e7eaf4 1px,
      transparent 0,
      transparent 8px,
      #e7eaf4 8px
    ),
    /* 4  */
      linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),
    linear-gradient(
      0deg,
      #b9bedd 1px,
      transparent 0,
      transparent 10px,
      #b9bedd 10px
    ),
    /* 3  */
      linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),
    linear-gradient(
      0deg,
      #9fa6d2 1px,
      transparent 0,
      transparent 15px,
      #9fa6d2 15px
    ),
    /* 2  */
      linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),
    linear-gradient(
      0deg,
      #8490c6 1px,
      transparent 0,
      transparent 15px,
      #8490c6 15px
    ),
    /* 1  */
      linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px);

  background-repeat: no-repeat;

  background-size: 4px 9px, /* 6 */ 4px 9px, 4px 9px, /* 5 */ 4px 9px, 4px 9px,
    /* 4 */ 4px 9px, 4px 11px, /* 3 */ 4px 11px, 4px 16px, /* 2 */ 4px 16px,
    4px 16px, /* 1 */ 4px 16px;

  background-position: -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px,
    -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0;
}

@keyframes wait {
  12.5% {
    background-position: -4px, /* 6 */ -4px, -4px, /* 5 */ -4px, -4px,
      /* 4 */ -4px, -4px, /* 3 */ -4px, -4px, /* 2 */ -4px, 0, /* 1 */ 0;
  }
  25% {
    background-position: -4px, /* 6 */ -4px, -4px, /* 5 */ -4px, -4px,
      /* 4 */ -4px, -4px, /* 3 */ -4px, 0, /* 2 */ 0, 6px, /* 1 */ 6px;
  }
  37.5% {
    background-position: -4px, /* 6 */ -4px, -4px, /* 5 */ -4px, -4px,
      /* 4 */ -4px, 0, /* 3 */ 0, 6px, /* 2 */ 6px, 12px, /* 1 */ 12px;
  }
  50% {
    background-position: -4px, /* 6 */ -4px, -4px, /* 5 */ -4px, 0, /* 4 */ 0,
      6px, /* 3 */ 6px, 12px, /* 2 */ 12px, -4px, /* 1 */ -4px;
  }
  62.5% {
    background-position: -4px, /* 6 */ -4px, 0, /* 5 */ 0, 6px, /* 4 */ 6px,
      12px, /* 3 */ 12px, -4px, /* 2 */ -4px, -4px, /* 1 */ -4px;
  }
  75% {
    background-position: 0, /* 6 */ 0, 6px, /* 5 */ 6px, 12px, /* 4 */ 12px,
      -4px, /* 3 */ -4px, -4px, /* 2 */ -4px, -4px, /* 1 */ -4px;
  }
  87.5% {
    background-position: 6px, /* 6 */ 6px, 12px, /* 5 */ 12px, -4px,
      /* 4 */ -4px, -4px, /* 3 */ -4px, -4px, /* 2 */ -4px, -4px, /* 1 */ -4px;
  }
  100% {
    background-position: 12px, /* 6 */ 12px, -4px, /* 5 */ -4px, -4px,
      /* 4 */ -4px, -4px, /* 3 */ -4px, -4px, /* 2 */ -4px, -4px, /* 1 */ -4px;
  }
}

#timedate {
  text-align: left;
  color: #00ffff;
  padding-top: 30px;
}

.background {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 00;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 5vw;
  }
  .button {
    font-size: 3vw;
    width: 180px;
	margin-left:10px;
  }
}
/* Created by Sara Mazal */
