.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img {
  height: auto;
  width: auto;

  width: 50rem;
}
