body {
    display: flex;
    background-color: black;
    color: white;
    text-align: center;
    justify-content: center;
    margin-top: center;
    vertical-align: center;
    align-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
}

h1 {
    font-size: 150px;
    font-family: 'Corinthia', cursive;
    margin-bottom: 0;
}

h2 {
    font-size: 25px;
    font-family: 'Roboto Mono';
}

a {
    font-size: 20px;
    font-family: 'Shadows Into Light', cursive;
}