* {
    outline: 0;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    overflow: hidden;
}

canvas {
    width: 100%;
    height: 100%;
    z-index: 0;
}

p {
    z-index: 10;
    padding: 0 5vw;
    position: absolute;
    width: 100%;
    background: transparent;
    text-align: left;
    top: 55%;
    transform: scale((-50%, -50%));

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 6vw;
}
