body{
    text-align: center;
    background-color: black;
    color: white;
}

p{
    font-family: cursive;
}

h1{
    font-size: 50vh;
    margin: 0;
    padding: 0;
    text-shadow: .5vw 0 1vw white, -.5vw 0 1vw white;
}

a{
    font-size: 200%;
    font-family: monospace;
    color: lightblue;
    text-shadow: 1px 0 1px lightblue, -1px 0 1px lightblue;
}

a:hover{
    background-color: lightblue;
    color: black;
    text-shadow: 1px 0 1px black, -1px 0 1px black;
}

