@charset "utf-8";
/* CSS Document */

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #fdf8ed;
}

img {
  max-width: 100%;
  max-height: 100%;
}
