.container {
  height:100vh;
}
.container,
.logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo img {
  width: 80%;
}
