* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

.bg-image {
  position: relative;
  bottom: -50%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  border: #f6e7b0;
  height: 100vh;
  background-color: #242628;
  background-image: url(./bg.png);
  background-repeat: no-repeat;

  background-size: cover;
}

.header {
  display: flex;
  position: center;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

.logo {
  margin-top: 8px;
  position: center;
  opacity: 65%;
}