body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preload{
    font-family: sans-serif;
    font-size: 40px;
    font-weight: lighter;
    color: #383F58;
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@font-face {
	font-family: "Inter";
	src: url("./fonts/Inter_28pt-Regular.ttf");
}
@font-face {
	font-family: "Tiny5";
	src: url("./fonts/Tiny5-Regular.ttf");
}