html {
  width: 100%;
}
body {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
}
