 body {
    text-align: center;
    background-color: rgb(233, 215, 207);
    margin: 50px;
  }

  h1 {
    font-family: 'Oswald', sans-serif;
    
  }

  p {
    font-family:'Fira Sans', sans-serif;
    font-size: 24px;
  }

  a {
    text-decoration: none;
    color: crimson;
  }

  /* a:hover{
    color: blue;
  } */

  h2{
    color: aliceblue;
  }

