body {
    background-color: rgb(124, 62, 224);
  }
  
  h1 {
    color: rgb(255, 255, 255);
    text-align: center;
  }
  
  p {
    color:rgb(255, 255, 255);
    text-align: center;
    font-family: verdana;
    font-size: 20px;
  }

  h2 {
    color: rgb(211, 195, 195);
    text-align: center;
  }