/*reset */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
    font-size: 3.3rem;
}

figure img{
  width: 100%;
}

figcaption{
  text-align: center;
  font-size: 2rem;
}

body {background-color: lightyellow;}

footer{
  text-align: center;
  position: fixed ;
  bottom: 0%;
  left: 0%;
  background-color: lightgreen;
  width: 100%;
}