h1 {
    text-align:center;
}

h2 {
    text-align:center;
    color: red;
}

h3 {
    text-align: center;
}

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

body {
    background-color: lightcyan;
}

div {
    display: grid;
    place-content: center;
}

p {
    text-align: center;
}

.contact {
    color: gray;
}