body {

    background-color: rgb(255, 255, 255);

  }

  h1 {

    color: rgb(255, 0, 255);

    text-align: center;

  }

  p {

    color: rgb(255, 255, 0);

    text-align: center;

  }



  .center {

    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 50%;

  }