body, html {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

svg {
	width: 90vw; 
	height: 95vw;
	margin: auto;
	position: absolute;
	top:0;
	bottom:0; 
	left:0;
	right:0; 
	cursor: pointer;
}

button {display: none;}

	#my-site {color: #fff;font-family: "Major Mono Display", monospace; cursive; font-size: 40px; height: 40px; font-weight: 400; font-style: normal; text-align: center;}


	#site-link {display: block; font-size: 12px; font-family: monospace; text-align: center; color: aquamarine;}
	#site-link a {color: aquamarine;}
	@media (min-width: 769px){
	.sides	{
	    transform: rotate(-90deg);
	    transform-origin: left top 0;
	    margin: 75% 0 0 0;
	}
}