.hubble {
    font-family: "Source Code Pro", serif;
    font-size: 64px;
    line-height: 100vh;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    color: white;
    background: black;
    text-align: center;
    font-weight: 200;
    letter-spacing: 4px;
}