body {
    background-color: #003c5f;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div {
    background: url(distance.jpg);
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 2000px;
}

p {
    margin: .25em 1em;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
}

img {
    height: auto;
    width: 450px;
}