/* Apply a simple frame to all images on the site */
img {
  border: 3px solid #ccc;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
