@font-face {
    font-family: WadKing;
    src: url(../font/RobotoMono-Bold.ttf);
}

body {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin:0;
    padding:0;
    background-color: #000;
}

main {
    display: inline-flex;
    position: fixed;
	max-width: 178vh;
	max-height: 100vh;
    width: 100vw;
    height: 56vw;
	margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

#background {
	position: fixed;
	max-width: 178vh;
	max-height: 100vh;
    width: 100vw;
    height: 56vw;
	margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}