@font-face {
    font-family: "8bitoperator_jve";
    src: url(../themeFiles/deltaruneThemeFiles/fonts/8bitoperator_jve.ttf);
}

html {
    image-rendering: pixelated;
}

html, body {
    font-family: "8bitoperator_jve";
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin: 0;
}

.background {
    background-color: #000000;
    color: white;
}

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

#tree {
    min-width: 320px;
    max-width: 100%;
    min-height: 320px;
    max-height: 100%;
    position: relative;
    color: black;
    cursor:pointer;
}