html {
    color-scheme: light dark;
    height: 100vh;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    background-color: #282828;
    color: #ffb000;
    text-shadow: 0 0 3px #000;
}
div {
    text-align: center;
}
.logo {
    max-width: 600px;
    font-size: 1px!important;
    align-content: center;
}
h1 {
    margin: 10px 0;
    font-size: 1.5em;
    margin-bottom: 3em;
}
h3 {
    margin: 10px 0;
    margin-bottom: 3em;
}
@media (max-width: 600px) {
    h1 {
	font-size: 1.7em;
	margin-bottom: 3em;
	padding: 2em;
    }
    h3 {
	font-size: 1em;
	margin-bottom: 3em;
	padding: 2em;
    }
}
