*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  background-color: #f4eee1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logo {
  width: 220px;
  mix-blend-mode: multiply;
}

.soon {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: lowercase;
  color: #b8976a;
}
