#app {
    margin: 0;
    width: 100%;
    height: 100%;
}

#app {
    overflow: hidden;
    touch-action: pan-up;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 0 5px #ffffff, 0 0 20px rgb(52, 52, 52), 0 0 30px #979ace;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#app h1 {
    font-size: 40px;
    text-transform: uppercase;
}

#app a {
    text-decoration: none;
    color: #fff;
}

#app canvas {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

#app .title{
    font-size: 60pt;
    color: #ececf5;
    font-weight: 900;
    letter-spacing: 5px;
}
