html {
    background: black;
    font-family: monospace;
    text-align: center;
}
h1 {
    margin: 5em;
    font-size: 0.55vw;
    font-weight: bold;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;   
}
#info1, #info2 {
    font-size: 1.2em;
    position: absolute;
}

#info1 {
    border: 2px white;
    bottom: 2vw;
    left: 2vw;
}

#info2 {
    bottom: 2vw;
    right: 2vw;
}


html, a, a:hover, a:active, a:visited { 
    color: white; 
    text-decoration: none;
}