/*
        88     88888888ba,       
        88     88      `"8b      
        88     88        `8b     
        88     88         88     
        88     88         88     
        88     88         8P     
88,   ,d88 888 88      .a8P 888  
 "Y8888P"  888 88888888Y"'  888 */

* {
	box-sizing: border-box;
}


body {
	background-color: black;

}

nav {
	display: inline-block;
	font-family: arial, sans-serif;
	margin: 20px;
	font-size: 18pt;
	transition: transform 3s;
                -webkit-transition: transform(3s);
}

nav:hover {
	transform: translateY(-1vw);
                -webkit-transform: scale(.25);
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

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

p {
	font-family: "Lato";
	font-size: 15pt;
	color: white;
	text-align: center;
	margin: 20px;
}

.name {
	padding-top: 1px;
	padding-bottom: 18px;
	padding-left: 70px;
	margin-top: 180px;
	margin-right: 20%;
	margin-left: 20%;
	color: white;
	font-variant-caps: all-small-caps;
	font-family: Arial, sans-serif;
	font-size: 50pt;
	border-style: solid;
	border-color: white;
	border-width: : 3px;
}

.ascii {
	border-style: dashed;
	font-family: arial, sans-serif;
	text-align: center;
	color: lime;
	font-size: 30pt;
	margin: 50px;
}

.background {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 18px;
	padding-left: 65px;
	padding-right: 70px;
	margin-top: 50px;
	margin-right: 20%;
	margin-left: 20%;
	color: cyan;
	font-variant-caps: all-small-caps;
	font-family: Arial, sans-serif;
	font-size: 50pt;
	border-style: solid;
	border-color: white;
	border-width: : 3px;
}

.truf {
	margin-left: 15%;
}

.trufsite {
	text-align: center;
	font-size: 15pt;
	text-decoration: underline;
	margin: 10px;
}

.non-designed {
	text-align: center;
	padding-bottom: 18px;
	margin-top: 20px;
	margin-right: 20%;
	margin-left: 20%;
	margin-bottom: 50px;
	color: white;
	font-variant-caps: all-small-caps;
	font-family: Arial, sans-serif;
	font-size: 50pt;
	border-style: solid;
	border-color: aqua;
	border-width: : 3px;
}

.snowflake {
	margin-left: 25%;
	margin-top: 50px;
}

.signals {
	text-align: center;
	padding-bottom: 18px;
	margin-top: 20px;
	margin-right: 20%;
	margin-left: 20%;
	margin-bottom: 50px;
	color: orange;
	font-variant-caps: all-small-caps;
	font-family: Arial, sans-serif;
	font-size: 50pt;
	border-style: solid;
	border-color: lime;
	border-width: : 3px;
}

.traffic {
	float: left;
	width: 33.33%;
	padding: 3px;
}
