html,body{height:100%;margin:0}
body{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f1eeeb;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

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

.logo-img{
  height:auto;
  display:block;
  max-width:100%;
}
