html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #000000;
    color: #FFFFFF;
}

div.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* justify-items: center; */
    height: 100%;
}

div.content img {
    width: 64vw;
}

div.content a {
    color: #99FFCC;
    margin-bottom: 2vh;
}
