html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

  @font-face {
    font-family: 'Apercu Pro Bold';
    src: url('font/ApercuPro-Bold.woff2') format('woff2'),
        url('font/ApercuPro-Bold.woff') format('woff'),
        url('font/ApercuPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
	 background-color: #0004FF;
}

.menu {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;

}

.menu a {
	text-decoration: none;
	font-size: 40px;
	text-align: center;
	color: #FF5DA9;
	margin: 1em 0em;
  font-family: Apercu Pro Bold;
  letter-spacing: -5px;
  text-shadow: #fff 1px 1px, #fff 2px 2px, #fff 3px 3px, #fff 4px 4px, #fff 5px 5px, #fff 6px 6px;
}
