h2 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

img:hover {
    filter: grayscale(70%);
}

/* Centering the button on small screens */
button {
    display: block;
    margin: 0 auto;
}