body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.logo-container {
  width: min(50rem, 100% - 2rem);
}
