/* Styles specific to the index page */
#main-content img {
  width: 100%;
  max-width: 850px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  user-select: none;
}