body
    {
  text-align: center;
  background-color: rgb(233,215,207);
  margin: 50px;
    }
h1 {
    font-family: 'oswald' sans-serif;
    color: orangered;
  }
p
    {
    font-family: 'Fira Sans', sans-serif;
    }
a
  {
    font-family: 'Fira Sans', sans-serif;
    color: (167,1,78);
    text-decoration: none;
  }
  a:hover
  {
    text-decoration: underline;
    color: rgb(16, 156, 156);
  }

