.logo-container {
  display: flex;
  justify-content: center;
}

.logo-container img {
  max-width: 80%;
  height: auto;
}