#textbackground {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 50px auto;
    padding: 80px;
	padding-top: 60px;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('EBGaramond-Italic.woff2') format('woff2'),
        url('EBGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('EBGaramond-Regular.woff2') format('woff2'),
        url('EBGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono.woff2') format('woff2'),
        url('AverageMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono_1.woff2') format('woff2'),
        url('AverageMono_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono-Italic.woff2') format('woff2'),
        url('AverageMono-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono-Italic_1.woff2') format('woff2'),
        url('AverageMono-Italic_1.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono-Bold.woff2') format('woff2'),
        url('AverageMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono-Bold_1.woff2') format('woff2'),
        url('AverageMono-Bold_1.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono-BoldItalic.woff2') format('woff2'),
        url('AverageMono-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AverageMono';
    src: url('AverageMono-BoldItalic_1.woff2') format('woff2'),
        url('AverageMono-BoldItalic_1.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    background: url(background.jpg) top center / cover no-repeat fixed;
    font-family: "EB Garamond", "Noto Serif";
	font-style: "normal";

	dl {
		position: relative;
		left: 30px;
	}
}
