body
{
    background-color: turquoise;
}

h1
{
    text-align: center;
}

h2
{
    text-align: center;
}

p
{
    text-align: center;
}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
