html {
  scrollbar-width: thin;
  min-height: 100%;
  display: grid;
}

body {
  display: flex;
  flex-direction: column;
}

.background {
  opacity: 0.1;

  background: url("/assets/background.jpeg") no-repeat;
  background-size: cover;
  background-position: bottom;

  position: fixed;
  inset-inline: 0;
  bottom: 0;
  height: 100lvh;
  z-index: -1;
}

.logo {
  max-height: 50px;
}
