html,
body {
  background: white;

}

h1 {
  color: black;
  border: none;
  text-align: center;
}

ul {
  list-style: none;
  display: flex;
  flex-flow: column;
  justify-items: center;
  align-items: center;
}