::selection {
	background: rgba(125,255,0, 0.99);
}


* {	
	font-family: "system-ui", sans-serif;
	font-size: 2vw;
	line-height: 1.5;
	font-weight: 300;
}

body, html, h3, p, a {
	margin: 0;
	padding: 0;
	color: white;
	background-color: black;
  	font-size: 2vw;

}
body {
	margin: 1vw;
}

h2 {
	font-size: 3vw;
}


h1, h2, h3 {
	font-family:"system-ui", sans-serif;
	font-weight: 700;
 	margin: 0; 
	padding: 0;
}

ul,ol {
	max-width: 1200px;
}

p {
	max-width: 90%;
}
ul {
/*	list-style-image: url('li.gif');
*/	
list-style-type: "";
margin-top: 0;
	margin-bottom: 0;
}

ol { 
    counter-reset: item;
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 0;
}

ol li { display: block; }
ol li:before { 
	margin: 0;
    content: counter(item) ""; 
    height: 20px;
    width: 20px;
    float: left;
    display: block;
    /*background-color: red;*/
    counter-increment: item; 
    padding-right: 10px;

}


a {
	text-decoration: none; 
	color: white;
}

a:hover {
	text-decoration: none;
	background-color: rgb(0,0,255);
	color: white;
}

a:active, a:focus {
	background: rgba(125,0,255, 0.99);
	color: white;
	outline: 1px white;
	border: none;
}

a[target="_blank"]:hover::after {
	margin-top: 0px;
	transform: translateY(-5px) rotate(-45deg);
}

a[target="_blank"]:after {
	content: "↗";
	display: inline-block;
	transform:  translateY(0px)  rotate(0deg);
	width: 15px;
	height: 15px;
	font-size: 13px;
	text-align: center;
	transform-origin: 50% 50%;
	font-family: 'Arial', sans-serif;
	transition: transform 0.1s;
}

code {
	font-family: 'Menlo', monospace;
	font-size: 1.8vw;
}
smallcode {
	font-family: 'Menlo', monospace;
	font-size: 12px;
}

tab {
	width: 20px;
	display: inline-block;
	height: 1px;
}

input { 
	width: 580px;
	max-width: 90%;
	 }

@media (max-width: 800px) {
	*, a, p, i, ol, ol li, ul,li i, h3, h2 {
		font-size: 20px;
	}
	smallcode {
		clear: both;
	}

	code {
		font-size: 19px;
	}
}

@media (min-width: 1281px) {
	h2 {
		font-size: 36px;
	}
	*, a, p, i, ol, ol li, ul, li i,h3 {
		font-size: 27px;
	}
	code {
		font-size: 23px;
	}
}