body {
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

.container {
  text-align: center;
  padding: 1rem;
}

.title-photo {
  max-width: 50%;
  height: auto;
}

.main-photo {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.instagram-link {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #E1306C;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.instagram-link:hover {
  background-color: #c92d61;
}
