h1 {
    color: darkblue;
    text-align: center;
}

div {
    text-align: center;
    font-size: medium;
    color: blue;
}

img {
    width: auto;
    height: 640px;
    margin: auto;
    display: block;
    transform: rotate(-90deg);
}