html,
body {
  box-sizing: border-box;
  margin: 0rem;

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #e9e9e9;
  font-size: 1rem;
}
.container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
img {
  width: 6rem;
  margin-right: 0.5rem;
}
