html {
    background: radial-gradient(ellipse at bottom, #0a1f37 0%, #030304 100%);
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
    margin: 0;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}
main {
    width: 310px;
    margin: 0 auto;
    padding-top: 200px;
    position: relative;
    z-index: 1;
}
h1 {
    background: #000;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 100;
    border: 3px solid #fff;
    display: inline-block;
    line-height: 75px;
    width: 310px;
    box-sizing: border-box;
    margin: 0;
}
h2 {
    font-size: 40px;
    margin: 0;
}
#contact, a {
    font-family: 'Roboto', sans-serif;
    border: none;
    background: transparent;
    font-size: 24px;
    margin-top: 20px;
    padding: 3px;
    color: #fff;
    outline: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}