body {
    background-color: #0F0D15;
    overflow: hidden;
}

html {
    scrollbar-width: none;
}

.element::-webkit-scrollbar {
    display: none;
}

.FurudeTemple {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;

    padding: 20px;
    box-sizing: border-box;
}

.RikaFurude {
    max-width: 100%;
    height: auto;

    max-width: 1200px;

    object-fit: contain;

    border-radius: 8px;
}