h1 {
    color: darkred;
    text-align: center;
}

.highlight {
    display: inline;
    background-color: yellow;
    font-weight: bold;
}

#image {
    border: 2px solid black;
    margin: 10px auto;
}