:root {
    background-image: url("/assets/raisshgawa.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    max-width: 1000px;
    margin: auto;
    flex-direction: column;
    gap: 8px;
}