@charset "UTF-8";

/* gen */

html {
    background: green;
}

body {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: center;
}

h1 {
    font-weight: 900;
    font-size: 120px;
    line-height: 100%;
    text-align: center;
}

a.contact {
    display: inline-block;
    margin:60px;
    color: yellow;
}

a.contact:hover {
    opacity: 0.7;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -100;
}

#wrapper {
    display: block;
    top: 0;
    left: 0;
}