body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color:#333;
  }
  h1 {
    color:white;
  }
  p{
    color:white;
  }
  
