body{
    text-align: center;
    background-color: rgb(233, 215, 207);
    margin: 50px;
    }
  
  h1 {
      font-family: 'Oswald', sans-serif;    
      color: rgb(83, 75, 75);
      font-weight: bold;
      font-size: 40px;
    }

    h2 {
      font-family: 'Oswald', sans-serif;    
      color: rgb(83, 75, 75);      
      font-size: 24px;
    }
  
    p {
      font-family: 'Fira-Sans', sans-serif;
      color: rgb(83, 75, 75);
      font-size: 24px;
    }

    ol{
      font-family: 'Fira-Sans', sans-serif;
      color: rgb(83, 75, 75);
      font-size: 24px;
    }
  
    a{
      color: rgb(167, 1, 78);
      text-decoration: none;
      font-size: 24px;
    }
  
    a:hover{
      text-decoration: underline;
    }
  
    img{
      width:200px;
      height:200px;
      border-radius: 100px;    
    }