body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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