@font-face {
    font-family: 'Morro';
    src: url('Morro-Regular.eot');
    src: local('Morro Regular'), local('Morro-Regular'),
        url('Morro-Regular.eot?#iefix') format('embedded-opentype'),
        url('Morro-Regular.woff2') format('woff2'),
        url('Morro-Regular.woff') format('woff'),
        url('Morro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: black;
	color: yellow;
	text-align: center;
	font-family: 'Morro';
	overscroll-behavior-y: contain;
	overscroll-behavior: contain;
}

h1 a {
	overscroll-behavior: contain;
	text-decoration: none;
	color: yellow;
}

h1 {
	cursor: pointer;
}
