html,
body {
  background-color: #101010;
  width: 100vw;
  height: 100wh;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}