@font-face {
  font-family: "Atkinson Hyperlegible Mono", sans-serif;
  src: url('fonts/AtkinsonHyperlegible-Regular.ttf.ttf') format('truetype');
}

#shoplogo {
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  z-index: 1;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: 'Atkinson Hyperlegible Mono', sans-serif;

  justify-content: center;
  align-items: center;

  background: url(background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100vh;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.centered-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
