@charset "UTF-8";
/* CSS Document */
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img {
  max-width: 350px;
}
