body, html {
	background-color:#ff7fbf
}

.main {
  	text-align: center;
}

.logo {
	max-width: 40%;
}

.enter {
	font-family:  'MS Mincho';
	color: white;
	font-size: 64px;
}

.enter h1, a {
	text-decoration: none;
}

.enter a:visited {
	color: black;
}

@font-face {
    font-family: 'MS Mincho';
    src: url('assets/fonts/ms-mincho.woff2') format('woff2'),
        url('assets/fonts/ms-mincho.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
