h1{
    color: blue;
    text-align: center;
    font-size: 60px;
    font-style: italic;
    font-weight: bolder;
    font-family: fantasy;
  }
  h2{
    color: green;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px
    float:center;
  }
  h3{
    color: rgb(0, 255, 64);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px
    float:center;
  }
  h4{
    color: blue;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    float:center;
  }
  body{
    background-color: rgb(95, 74, 58);
    font-size: 25px;
   
  }
  ul{
    font-style: italic;
    float: center;
    font-weight: normal;
  
  }
  .wrapper{
     background-color: #4CAF50;
     border: none;
     color: white;
     padding: 15px 32px;
     text-align: center;
     text-decoration: none;
     display: flow-root;
     font-size: 25px;
  }
  
 p,img{
     display: inline;
     
 }
 img {
  
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
  }
  