body{
      background-color: black;
      font-family:serif;
      color: white;
      display:block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    
    p{
      color: lavender;
      font-family:sans-serif;
      text-decoration:none;
      font-weight:bold;
    }
    