h1{
    font-size: 50px;
    line-height: 1;
    max-width:100%;
  }
  
  h2{
    font-size: 40px;
    
  }
  header{
    background-color: rgb(182, 191, 190);
    color:rgb(237, 240, 239);
    text-align: center;
    font-weight: bold;
    font-family:'Caveat', cursive;
  }
  figcaption{ 
    font-size:5;
    text-align:right;
    
  }
  h3{
    font-size:30;
    text-align: center;
    line-height: 1.5;
  }
  body{
    background-color:rgb(211, 235, 231);
    color: rgb(57, 64, 63);
    font-size: 20px;
    text-align:center;
    margin: 30 30;
  }
  figure{
    background-color:rgb(182, 191, 190);
  
  }
  
  img{
    width: 100%;
    height: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  }