html {
    padding: 4px 5%;
    font-size: 14px;
    text-rendering:initial
}

@font-face {
    font-family: "pixel";
    src: url(Fonts/Press_Start_2P/PressStart2P-Regular.ttf);
}

body {
    image-rendering: pixelated;
    background-color: #000000;
    background-image: url("Image/BackgroundTexture.png");
    background-size: 360px;
    background-repeat: repeat;
    font-family: pixel;
    color: #ffffff;
}

.bottom {
    align-self: flex-end;
}

.focus {
    color: rgb(233, 209, 24);
    text-shadow: #fc0 0px 0px 10px
}

.border {
    width: 100%;
    height: 1024px;
    padding: 8px;
    border-image: url("Image/Border.png") 16/32px/0 repeat;
    background-color: #000000;
    image-rendering: prgb(0, 0, 0)d;
}


