body {
  /* don't mind the svg embedding */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 76 76'%3E%3Cg fill='none' stroke='%23104' stroke-linecap='round' stroke-width='2.8'%3E%3Cpath d='M57 48c-12-3-23 13-6 23 17 9 25-7 18-15l3-4-8-2-6-7zM8 13C-2 24 7 41 26 35S43 9 27 7'/%3E%3Cpath d='M15 3c-3 5-5 5-10 8q6 0 7 7c7-6 8-5 16-6-2-5-2-3 1-8-7 1-8 1-14-1z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 150px;
	background-repeat: repeat;
  background-color: #003; /* Dark indigo (light on dark */
	color: #def; /* Font color */
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin: 0;
}

.banner {
  width: 100vw;
  background-color: #106;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
	text-decoration: none;
	color: #98d;
}
a:hover {
	color: #bbe;
}