html, body  {
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: black;
  background: url("images/bg.png") no-repeat center center fixed; 
  image-rendering: pixelated;
  background-size: cover;
  overflow: auto;
  color: white;
  width: 100%;
  height: 100%;
}

section {
	font-size: 400%;
	font-weight: bold;
	font-style: italic;
}

midnight {
	font-size: 120%;
}

breakers {
}

main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}