body {
    text-align: center;
    background-color: black;
    color:white;
    display:flex;
    align-items: center;
    flex-direction: column;
}
img {max-width: 50%;}
a {color:white}