
body {
    background-color: rgb(230, 173, 226);
  }
  
  h1 {
    color: rgb(103, 0, 129);
    text-align: center;
  }
  
  p {
    font-size: 20px;
  }
  