html, body{
    margin:0;
    width:100%;
    height:100%;
    text-align: center;
}
canvas{
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:0;
}
.info{
    position: absolute;
    width: 20%;
    top: 40vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-family: sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    border: 2px solid deeppink;
    padding: 1.7em 2em 1em 2em;
}
.info a{
    display: block;
    width:100%;
    text-decoration: none;
    color: deeppink;
    padding-top: 1em;
}
