* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.logo {
  max-width: 100%;
  width: 360px;
  height: auto;
}
