body {
    min-height: 100vh;
    margin: 0;
    background: url("src/Jelly.jpg") center / cover no-repeat;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Roboto', sans-serif;
    image-rendering: pixelated;
}


.center {
    width: 95vw;
    height: 95vh;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 4px;
    backdrop-filter: blur(10px);

}

