html,
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  /* background-color: #111; */
  /* color: #fff; */
}
