html{
  margin: 0;
  padding: 0;
}

body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #0e141b;
}