@font-face {
    font-family: toshiba;
    src: url('/fonts/toshibasat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	display: flex;
	background: #170230;
	color: #d0ea72;
	font-family: toshiba;
	height: 100vh;
	align-items: center;
	justify-content: center;
	margin: auto;
}

h1 {
	background: #d0ea72;
	color: #170230;
	font-size: 1rem;
	padding: .5rem;
}

msg {
	align-items: left;
}
