body {
	margin: 0;
	background: black;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

#my_canvas {
	background: lightgray;
	display: none;
}

#net_canvas {
	background: black;
	display: none;
	left: 0;
	top: 115px;
	position: absolute;
	left: 1%;
}

#my_speedometer {
	position: absolute;
	align-items: center;
	top: 5px;
	left: 1%;
	background: white;
	display: none;
}

#footer_right{
	z-index: 1;
	position: absolute;
	color: black;
	bottom: 15px;
	font-weight: 700;
	right: 50%;
	transform: translateX(50%);
	font-size: 15px;
	color: #fff;	
	white-space: nowrap;
}

#footer_left{
	z-index: 1;
	font-size: 30px;
	position: absolute;
	color: black;
	bottom: 40px;
	left: 50%;
	align-items: center;
	transform: translateX(-50%);
	color: #fff;	
}

#screen-okay {
	display: none;
	z-index: 1;
	position: absolute;
	color: black;
	font-size: 18px;
	left: 68%;
	text-align: left;
	top: 20%;
	transform: translateX(-8%);
}

#small-screen {
	display: inline;
	z-index: 1;
	position: absolute;
	color: black;
	font-size: 25px;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	top: 5%;
	color: #fff;	
}

#astronaut {
	left: 50%;
	transform: translateY(50%);
	display: inline;
	z-index: 1;
}


a:link {
	color: white;
	background-color: transparent;
	text-decoration: underline;
  }
  
  a:visited {
	color: white;
	background-color: transparent;
	text-decoration: underline;
  }
  
  a:hover {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
  }
  
  a:active {
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
  }

@media only screen and (min-width: 680px) {
	#my_canvas {
		display: inline;
	}
	#net_canvas {
		display: inline;
	}
	#footer_left{
		position: absolute;
		font-size: 18px;
		left: 25%;
		transform: translateX(-75%);	
		bottom: 20px;			
		color: black;
	}
	#footer_right{
		position: absolute;
		bottom: 20px;
		right: 25%;
		transform: translateX(75%);
		font-size: 15px;
		font-weight: 400;	
		color: black;
	}	
	#my_speedometer {
		display: inline;
	}
	#screen-okay {
		display: inline;
		top: 5px;
	}
	#small-screen {
		display: none;
	}
	#astronaut {
		display: none;
	}
	body {
		background: darkgray;
		color: black;
	}
	a:link {
		color: black;
	  }		
	a:visited {
		color: black;
	  }		
	  a:hover {
		color: white;
	  }	  
}

@media only screen and (min-width: 1200px) {
	#screen-okay {
		font-size: 25px;
		left: 62%;
		top: 5px;
		transform: translateX(-5%);
	}
	#footer_left{
		position: absolute;
		font-size: 25px;
		color: black;
		left: 25%;
		transform: translateX(-75%);	
		bottom: 20px;			
	}
	#footer_right{
		position: absolute;
		bottom: 20px;
		right: 25%;
		transform: translateX(75%);
		font-size: 20px;
		font-weight: 400;	
		color: black;
	}	
}
