body {
		background-color: black;
		color: white;
		width: min(40em,100%);
		margin: auto;
}

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

a:hover {
		color: white;
		
		text-decoration: none;
}

code {
		background-color: #333;
		padding: 2px;
		border-radius: 2px;
}

.banner {
		color: yellow;
		overflow:hidden;
}

img {
  margin-top:10px;
}

.content-img {
  width:100%;
}

.small-content-img {
  width:50%;
}

.button {
  image-rendering: pixelated;
}