#main {
    background-color: lightblue;
}

h1 {
  display: flex;
  justify-content: center;
}

p {
  display: flex;
  justify-content: center;
  font-size: 25px;
  
}

#root {
  text-align: center;
  background-color: lightblue;
}
