html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #222222;
}

#content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hex {
    height: 40%;
    display: block;  
}

#text {
    margin-top: 32px;
    color: #fff;
    font-size: 4vmin;
    font-family: 'Share Tech';
}
