html,
body {
  min-width: 100dvw;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  background-color: rgba(50, 50, 50, 1);
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
