html,
body {
    background: #05080d !important;
}

#tensorcloud-bg {
    position: fixed !important;
    inset: 0 !important;

    width: 100vw !important;
    height: 100vh !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 0 !important;
    pointer-events: none !important;
}

img[alt="Logo"] {
    width: 320px !important;
    max-width: 70vw !important;
    height: auto !important;
}

#root {
    position: relative !important;
    z-index: 1 !important;
}