@font-face {
    font-family: mc-font;
    src: url("../assets/MinecraftRegular-Bmg3.otf");
}

#background{
    height: 100vh;
    width: 100vw;
    background-color: #282A35;
    position: fixed;
    z-index: 0;
}

.cover{
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 2;
    background-color: #282A35;
    opacity: 0.5;
}

.background-item{
    position: fixed;
    z-index: 1;
    background-color: #505157;
}

.spawn{
    font-family: 'mc-font';
    width: fit-content;
    color: #FFFFFF;
    position: absolute;
}