.div {
  width: 100%;
  height: 100%;
}
.logo-flex {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
