h2 {
    color: coral;
    font-family: "Courier New", serif;
}

p {
    font-family: "Courier New", serif;
}

a {
    text-decoration: none;
}

img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    height: 150px;
}

img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

