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

body {
    height: 400vh;
    overflow-x: hidden;
    background: #111;
    color: white;
    font-family: Arial, sans-serif;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

#scroll-space {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-top: 50vh;
}

h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1.25rem;
}