#home-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
#home-logo-container .logo-container {
  min-width: 180px;
  min-height: 180px;
  max-width: 180px;
  max-height: 180px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-logo-container .logo{
  max-width: 180px;
  max-height: 180px;
}
.company-name {
  font-size: 3.5rem;
  margin-top: 20px;
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
