body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
}

.logo {
  /* max-width: 300px; */
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.instagram-link {
  font-size: 2.5rem;
  color: #0E238C;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.instagram-link:hover {
  transform: scale(1.2);
  color: #0E238C;
}
