body {
    background-color: white
    }
h1 {
    text-align: center
    }
h2 {
    text-align: center
    }
h3 {
    text-align: center
    }
p {
    text-align: center
    }
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: 30%
    }