			
html{
	font-size:18px; -apple-system, BlinkMacSystemFont, sans-serif;
					--font-body: 'c64', -apple-system, BlinkMacSystemFont, sans-serif;
					--font-vcr: 'c64', -apple-system, BlinkMacSystemFont, sans-serif;
					--color-text: #000000;--color-bg: #ffffff;
					--text-shadow: 0 0 5px hsla(0, 0%, 100%, 0.3)}





#page-container {
  position: relative;
  min-height: 100vh;
}

#header {
  position: absolute;
  top: 2.5%;
  width: 100%;
  height: 2.5rem;            /* Header height */
}

#content-wrap {
  padding-top: 5rem;		/* Header height */
  padding-bottom: 5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 10%;				/* default value 2.5% */
  width: 100%;
  height: 2.5rem;            /* Footer height */
}


