
html{
    height: 100%;
}
body{
    background-color: black;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

div.container{
    margin-top: 10vh;
    display: flex;
    justify-content: center;
}
div.text p{
    color: white;
    font-style: italic;
}
div.text p.right{
    text-align: right;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    text-shadow: 0px 0px 6px blue;
    text-decoration: underline;
}
