.jacquard {
  font-family: "Jacquard 12", system-ui;
  font-weight: 400;
}

@font-face {
	font-family: 'pixelTimes';
	src: url('Pixel Times.ttf');
}
@font-face {
	font-family: 'pixelTimesBold';
	src: url('Pixel Times Bold.ttf');
}

body { 
	font-size: 20px;
	color: black; 
	font-family: 'pixelTimes';
} 



.404box {
  display: flex;
  flex-direction: column;   /* stack content vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  height: 100vh;            /* fill the viewport */
  text-align: center;       /* center inline content inside children */
}


span.construction {
	overflow: hidden;
	display: block;
	border:4px dashed black;
	background-color:rgba(230, 220, 90, 0.7);
	width: 465px;
	margin: auto;
	padding: 0px 15px 5px 15px;
	font-size: 0.7em;
	color: black;
	text-shadow: 0 0 1px #000000;
	text-align: center;
}

span.cake {
	display: block;
	margin: auto;
	margin-top: 2%;
	text-align: center;
}
