@media (max-width: 300px) {
  section {
    background-position: -80vh center !important;
  }
}

.btn-instagram {
  background-color: #e1306c;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.3rem;
  transition: background-color 0.2s ease-in-out;
}

.btn-instagram:hover {
  background-color: #c12c60;
  color: white;
  text-decoration: none;
}

