html,body{
  min-height: 100%;
  height: 100%;
  margin: 0;
}

body{
  background-color: #110012;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1{color: white}
