body {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #f0f0f0;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img {
    border-radius: 4px;
    height: auto;
    width: 512px;
    max-width: 100%;
}