body {
    background-color: burlywood;
    color: steelblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
}

img {
    display: block;
    margin: 0;
    text-align: center;
}
