h1 {
  display: flex;
  justify-content: center;
}

p {
  display: flex;
  justify-content: center;
  font-size: 25px;
}

#root {
  text-align: center;
}

#legend {
    display: block;
    margin: 2% auto;
}
