.logo-container {
  position: absolute;
  bottom: 280px;
  left: 8rem;
  transform: translateX(-50%);
  z-index: 999;
}

.logo-img {
  width: 250px;
  height:250px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}