@font-face {
    font-family: 'Lancelot';
    src: url(Lancelot-Regular.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Vast Shadow';
    src: url(VastShadow-Regular.ttf) format('truetype');
    font-display: swap;
}

body {
    color: #3C3633;
    background: #EEEDEB;
    font-family: "Lancelot";
    font-size: 20pt;
    max-width: 700px;
    margin: 10px auto;
}

a {
    color: #3C3633;
}

a:hover {
    color: #181614;
}

header {
    margin: 0px auto;
    font-family: "Vast Shadow";
    font-size: 32pt;
    text-align: center;
}

nav {
    background: #E0CCBE;
    border: 2px solid #3C3633;
    max-width: 500px;
    font-size: 24pt;
    margin: 20px auto;
    ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 5px;
    }
    a {
	text-decoration: none;
    }
    a:hover {
	text-decoration: underline;
    }
}

main {
    margin: 15px auto;
}

footer {
    font-size: 12pt;
    font-style: italic;
}

a.top-arrow {
    text-decoration: none;
}

a.top-arrow:hover {
    text-decoration: underline;
}

@media screen and (max-width: 720px) {
    body {
	margin: 10px;
    }
}

@media screen and (max-width: 500px) {
    nav {
	ul {
	    display: grid;
	}
    }
}
