html,
body,
.container {
  margin: 0px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}
