*{
  background-color: #000911;
  margin: 0px;
  padding: 0px;
  font-family: Monospace;
}https://andevai.neocities.org/style.css

body, header, nav, ul, li, a, input, #account_buttons{
  background-color: transparent;
}


body{
  height: 2000px;
}

.content_html{
  background-color: #000911;
}

header{
  width: 98% -6px;
  height: 42px;
  padding-left: 5px;
  padding-top: 5px;
  border: 3px solid #00AAFF;
  box-shadow: 0px 0px 10px 1px #00AAFF, inset 0px 0px 10px 1px #00AAFF;
  border-radius: 10px;
  margin: 1%;
} 

ul{
  width: fit-content;
  position: relative;
  list-style-type: none;
  left: 50%;
  transform: translate(-50%);
} 

li{
  display: inline;
  color: #A5E4FF;
  font-size: 30px;
  text-shadow: 0px 0px 7px #00AAFF;
}

#line{
  border-right: 2px solid white;
  margin-right: 16px;
}

li:hover, a:hover{
  color: white;
  width: 100px;
} 

a{
  text-decoration: none;
  color: #A5E4FF;
  text-shadow: 0px 0px 7px #00AAFF;
}

#box{
  width: 22.1%;
  height: 300px;
  padding-left: 5px;
  padding-top: 5px;
  border: 3px solid #FF0000;
  box-shadow: 0px 0px 10px 1px #FF0000, inset 0px 0px 10px 1px #FF0000;
  border-radius: 10px;
  margin: 1%;
  float: left;
}

#game{
  border: 3px solid #FF0000;
  box-shadow: 0px 0px 10px 1px #FF0000, inset 0px 0px 10px 1px #FF0000;
  border-radius: 10px;
  margin-top: 50px;
  width: 614px;
  height: 614px;
  margin-left: auto;
  margin-right: auto;
}

#vex{
  margin: 5px;
}

input{
  border: 2px solid #00FF00;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #00FF00 inset, 0px 0px 5px 1px #00FF00;
  color: #A0FFA0;
  padding-bottom: 2px;
}

#account_buttons{
  float: right;
}

#account_button{
  margin: 5px;
  outline: none;
  width: 100px;
  height: 30px;
}

#account_button:hover, #login_username:hover, #login_password:hover, #register_username:hover, #register_password:hover, #back_button:hover, #login_button:hover, #register_button:hover, #scratch_randomize:hover, #scratch_number:hover, #scratch_fetch_data:hover{
  border: 2px solid white;
}


#login_screen, #register_screen{
  width: 300px;
  height: 220px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #FF0000;
  box-shadow: 0px 0px 10px 1px #FF0000, inset 0px 0px 10px 1px #FF0000;
  border-radius: 10px;
  position: absolute;
  text-align: center;
}

#login_username, #login_password, #register_username, #register_password{
  margin-top: 25px;
  width: 250px;
  height: 40px;
  padding-left: 7px;
  outline: none;
}

#back_button, #login_button, #register_button{
  float: left;
  margin-top: 25px;
  margin-left: 25px;
  height: 40px;
  width: 112.5px;
  outline: none;
}

#scratch_randomize, #scratch_number, #scratch_fetch_data{
  float: left;
  height: 40px;
  width: 312px;
  outline: none;
  margin-top: 12.5px;
  text-align: center;
}

#scratch_number, #scratch_fetch_data{
  margin-left: 34px;
}

#scratch_get{
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translate(-50%, -50%);
  height: 65px;
  width: fit-content;
}

#scratch_window{
  position: absolute;
  left: 31%;
  top: 61%;
  transform: translate(-50%, -50%);
  border: 3px solid #FF0000;
  box-shadow: 0px 0px 10px 1px #FF0000, inset 0px 0px 10px 1px #FF0000;
  border-radius: 10px;
  width: 482px;
}


#scratch_info{
  position: absolute;
  left: 69%;
  top: 61%;
  transform: translate(-50%, -50%);
  border: 3px solid #FF0000;
  box-shadow: 0px 0px 10px 1px #FF0000, inset 0px 0px 10px 1px #FF0000;
  width: 482px;
  height: 393px;
  color: #00FF00;
  border-radius: 10px;
  margin: 5px;
  overflow-y: auto;
}

#scratch_project{
  z-index: -1;
}

#tab{
  background-color: #000911;
	margin-top: 15px;
	margin-left: 30px;
  width:160px;
	height:25px;
	border: 1px solid #A5E4FF;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  transform: skewX(-35deg);
  border-radius: 1px;
  /* font-family: oxanium; */
}
#tabinside{
  margin-top: 1px;
  transform: skewX(35deg);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #A5E4FF;
  font-size: 20px;
  text-shadow: 0px 0px 3px #00AAFF;
  background-color: transparent;
}
#tab:hover{
  background-color: rgba(165, 228, 255, 0.10);
	border: 1px solid #00AAFF;
}



#circle{
  float: left;
	margin-top: 200px;
	margin-left: 900px;
	position: relative;
  width: 75px;
  height: 75px;
  background-color: #000911;
}
#outer_circle{
  border: 1px solid #A5E4FF;
  margin-left: 0px;
  margin-top: 0px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  animation-name: outer_circle;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: -1s;
  position: absolute;
}
@keyframes outer_circle{
  0%    {transform:rotate(0deg);}
  50%   {transform:rotate(810deg);}
  100%  {transform:rotate(0deg);}
}
#outer_circle_tl{
  width: 45px;
  height: 45px;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 45px 0px 0px 0px;
  background-color: #000911;
}
#outer_circle_br{
  width: 45px;
  height: 45px;
  float: left;
  margin-bottom: -7px;
  margin-left: 38px;
  border-radius: 0px 0px 45px 0px;
  background-color: #000911;
}
#inner_circle{
  margin-top: 12.5px;
  margin-left: 12.5px;
  position: absolute;
  z-index: 1;
  border: 1px solid #A5E4FF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  animation-name: inner_circle;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
@keyframes inner_circle{
  0%    {transform:rotate(0deg);}
  50%   {transform:rotate(-810deg);}
  100%  {transform:rotate(0deg);}
}
#inner_circle_filler{
  width: 32;
  height: 32;
  margin-top: -7px;
  margin-left: -7px;
  background-color: transparent;
}
#inner_circle_tr{
  width: 32;
  height: 32;
  margin-top: -32px;
  margin-right: -7px;
  float: right;
  border-radius: 0px 32px 0px 0px;
  background-color: #000911;
}
#inner_circle_bl{
  width: 32px;
  height: 32px;
  margin-bottom: -7px;
  margin-left: -7px;
  border-radius: 0px 0px 0px 32px;
  background-color: #000911;
}
#circle_center{
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #A5E4FF;
  margin-left: 29px;
  margin-top: 28px;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
}
#loading_percentage{
  width: 30px;
  height: 15px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #A5E4FF;
  box-shadow: 0px 7px 5px -5px #00AAFF;
  color: #A5E4FF;
  font-size: 12px;
  text-shadow: 0px 0px 4px #00AAFF;
  text-align: center;
  background-color: #000911;
  counter-set: num var(--num);
  animation: counter 7s  ease;
}
#loading_percentage:after {
  content: counter(num) "%";
}
@property --num{
  syntax: "<integer>";
  initial-value: 100;
  inherits: false;
}
@keyframes counter{
  from {--num: 0;}
  to {--num: 100;}
}



#page_container1{
  width: 200px;
  height: 200px;
  perspective: 500px;
  margin: 100px;
  background-color: #000911;
}
#page_container2{
  position: relative;
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  transform: rotate3d(-0.2, 1, 0, 45deg);
}
.page{
  width: 100px;
  height: 100px;
  background-color: #000911;
  border: 2px solid white;
  position: absolute;
  opacity: 0.9;
  display: flex;
	border: 1px solid #A5E4FF;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  border-radius: 1px;
  color: #A5E4FF;
  font-size: 7px;
  text-shadow: 0px 0px 4px #00AAFF;
  padding: 10px;
}
.page:hover{
  margin-top: -20px;
}
#page1{
  transform: translateZ(0px);
}
#page2{
  transform: translateZ(40px);
}
#page3{
  transform: translateZ(80px);
}
#page4{
  transform: translateZ(120px);
}
#page5{
  transform: translateZ(160px);
}
#page6{
  transform: translateZ(200px);
}



#square{
  margin: 100px;
  width: 100px;
  height: 100px;
  position: relative;
}
#buldge{
  position: absolute;
  width: 100px;
  height: 50px;
  margin-top: -18px;
  margin-left: 18px;
  background-color: transparent;
  z-index: 1;
}
#buldge_left_side{
  width: 40px;
  height: 20px;
  transform: skewX(-35deg);
  background-color: #000911;
  position: absolute;
  box-shadow: 0 0 5px #00AAFF, inset 15px 0 5px -15px #00AAFF;
  clip-path: inset(-6px 0px 0px -6px);
  border: 1px solid #A5E4FF;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 2px;
  opacity: 1;
}
#buldge_right_side{
  width: 39px;
  height: 19px;
  transform: skewX(35deg);
  background-color: #000911;
  position: absolute;
  margin-left: 13px;
  box-shadow: 0 0 5px #00AAFF, inset -15px 0 5px -15px #00AAFF, inset 0 15px 5px -15px #00AAFF;
  clip-path: inset(0px -6px 0px 0px);
  border: 1px solid #A5E4FF;
  border-bottom: 0px;
  border-left: 0px;
  border-radius: 2px;
  opacity: 1;
}
#buldge_title{
  background-color: transparent;
  width: 53px;
  height: 13px;
  margin-top: 0px;
  margin-left: -6px;
  padding-top: 6px;
  padding-left: 12px;
  position: absolute;
  color: #A5E4FF;
  font-size: 10px;
  text-shadow: 0px 0px 7px #00AAFF;
  border-bottom: 7px solid #000911;
}
#document{
  width: 100px;
  height: 100px;
  background-color: #000911;
  border: 2px solid white;
  position: absolute;
  opacity: 0.9;
  display: flex;
	border: 1px solid #A5E4FF;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  border-radius: 1px;
  color: #A5E4FF;
  font-size: 7px;
  text-shadow: 0px 0px 4px #00AAFF;
  padding: 10px;
}
#document:before {
  content: '';
  width: 30px;
  height: 30px;
  background: red;
  border-bottom: 1px solid #A5E4FF;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -26px;
  margin-left: 96px;
  background: linear-gradient(to top, #00AAFF -20%, #000911 25%);
  box-shadow: 0px 7px 4px -4px #00AAFF;
}
#document:after {
  content: '';
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #A5E4FF;
  transform: rotate(-135deg);
  position: absolute;
  margin-top: 95px;
  margin-left: -26px;
  background-color: grey;
  background: linear-gradient(to top, #00AAFF -20%, #000911 25%);
  box-shadow: 0px 7px 4px -4px #00AAFF;
}

#bliepbloep{
  position: relative;
  width: 100px;
  height: 100px;
  margin: 20px;
  background-color: ;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  overflow: hidden;
  color: white;
}

#bliepbloep1{
  position: absolute;
  width: 150px;
  height: 10px;
  transform: rotate(45deg);
  margin-top: 45px;
  margin-left: -25px;
  background-color: ;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  
}

#bliepbloep2{
  position: absolute;
  width: 150px;
  height: 10px;
  transform: rotate(-45deg);
  margin-top: 44px;
  margin-left: -25px;
  background-color: ;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
}

#bliepbloep3{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 25px;
}



#cube{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 250px;
  perspective: 500px;
}

#transformer1{
  position: relative;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -20deg) rotate3d(0, 1, 0, 45deg);
  opacity: 1;
}
#side1{
  position: absolute;
  width: 250px;
  height: 250px;
  color: white;
	border: 1px solid #A5E4FF;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  border-radius: 1px;
  transform: translateZ(0px);
  background-color: transparent;
  animation-name: side;
  animation-duration: 7s;
  animation-iteration-count: 1;
}

#transformer2{
  position: relative;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -20deg) rotate3d(0, 1, 0, -45deg);
  opacity: 1;
}
#side2{
  position: absolute;
  width: 250px;
  height: 250px;
  color: white;
	border: 1px solid #A5E4FF;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  border-radius: 1px;
  transform: translateZ(0px);
  background-color: transparent;
  animation-name: side;
  animation-duration: 7s;
  animation-iteration-count: 1;
}

#transformer3{
  position: relative;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, 70deg) rotate3d(0, 0, 1, -45deg) translateY(-125px) translateZ(-125px);
  opacity: 1;
}
#side3{
  position: absolute;
  width: 250px;
  height: 250px;
  color: white;
	border: 1px solid #A5E4FF;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  border-radius: 1px;
  transform: translateZ(0px);
  background-color: transparent;
  animation-name: side;
  animation-duration: 7s;
  animation-iteration-count: 1;
}

@keyframes side{
  0%    {transform:translateZ(-400px);
         opacity: 0;}
  100%  {transform:translateZ(0px);
         opacity: 1;}
}

#geheel{
  width: 100px;
  height: 100px;
  margin: 50px;
}

#hoek{
  width: 100px;
  height: 100px;
  background-color: green;
  position: relative;
  overflow: auto;
  z-index: 0;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
}

#hoek:before{
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid red;
  border-radius: 50%;
  background-color: yellow;
  margin: -17px;
  z-index: 10;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
}

#hoek:after{
  postion: absolute;
  content: "";
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
  border-radius: 30px;
  z-index: -1;
}

#hoekbinnen{
  width: 96px;
  height: 96px;
  border: 2px solid grey;
  box-shadow: 0px 0px 5px 1px #00AAFF, inset 0px 0px 5px 1px #00AAFF;
}

/*___before op hoek met boxshadow en border radius____*/

/*___vanaf hier alleen css voor test html____*/
