body, html {
  height: 100%;
}

.center-container {
  height: 100vh;
  transform: translateY(-5vh);
}

.logo {
    height: 50vh;
    width: auto;
}
