body {
	width:70%;
	margin:auto;
}
a {
	text-decoration:none;
	color:yellow;
}
a:hover {
	color:red;
}
pre {
	padding:10px;
}

@media screen and (max-width:800px) /* Small scaled, phones */
{	
	#canpixel-com_970x250 {
			width:100px;
			max-width:100px;
	}
	body {
		width:100%;
	}
}


#no-blocking, #partial-blocking, #all-good {
  display: none;
}
#partial-blocking p.main-warning {
  font-size: 40px;
  color: orange;
  font-weight: bold;
  letter-spacing: -1.2px;      
}
#no-blocking p.main-warning {
  font-size: 40px;
  color: #999;
  font-weight: bold;
  letter-spacing: -1.2px;
}
#all-good, #no-js {
  color: lightgreen;
}
#all-good p { font-size: 30px; }
#no-js p { font-size: 25px; }

@media (min-width: 768px) {
  #all-good p { font-size: 40px; }
  #no-js p { font-size: 35px; }
}    

.github, .chrome, .firefox, .safari, .opera, .ios, .edge, .pihole {
  display: none;
}