
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #e6b3cc;
}

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

.logo {
  max-width: 120%;
  max-height: 120%;
  width: auto;
  height: auto;
}
