html,
body {
  background-color: rgb(15, 15, 17);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
