* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background: black;
    overflow: hidden;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#logo {
    width: 100vw;
    height: 100vh;
    background-image: url("/lively_theme/twentytwo.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}