@font-face {
    font-family: 'Eaglercraft Seven';
    src: url('../Minecraft Seven_2.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: 'Eaglercraft Seven', sans-serif;
    background-color: #333;
    color: #fff;
    background-image: url('/background.png');
    background-size: 105% 105%;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden; /* Prevent horizontal scrollbar */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: background-image 0.5s ease-in-out, background-position 0.1s linear;
}

.hidden {
    display: none !important;
}