You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			35 lines
		
	
	
		
			551 B
		
	
	
	
		
			CSS
		
	
			
		
		
	
	
			35 lines
		
	
	
		
			551 B
		
	
	
	
		
			CSS
		
	
body {
 | 
						|
  background-color: black;
 | 
						|
  color: white;
 | 
						|
}
 | 
						|
 | 
						|
header {
 | 
						|
  text-align: center;
 | 
						|
}
 | 
						|
 | 
						|
a, .anchorstyle {
 | 
						|
	color: hsl(210, 100%, 60%);
 | 
						|
	text-decoration: underline;
 | 
						|
}
 | 
						|
 | 
						|
#language-selection-title, label[for^=language-selection] {
 | 
						|
  font-size: 1.2em;
 | 
						|
}
 | 
						|
 | 
						|
#instructions {
 | 
						|
  padding: 1em;
 | 
						|
}
 | 
						|
 | 
						|
.instructions {
 | 
						|
  display: none;
 | 
						|
  /* Inconsistent with rest of content */
 | 
						|
  font-family: sans-serif;
 | 
						|
  font-weight: bold;
 | 
						|
  font-size: 1.25em;
 | 
						|
  line-height: 1.5;
 | 
						|
  padding: 2em;
 | 
						|
  background-color: hsl(0, 0%, 9%);
 | 
						|
  border: 2px solid black;
 | 
						|
  border-radius: 1em;
 | 
						|
}
 |