header, footer{
    width: 100%;
    height: 200px;
    background-color: lightgoldenrodyellow
  }
  h1{
    font-family: 'Indie Flower', cursive;
    margin:25px;
    padding: 10px;
    border-radius: 18;
    border-color: blueviolet;
    border-style: outset;
    border-width: 5px;
}
  img{
    float: center;
    width: 100%;
    height: 100%;
  }
  main{
    margin: 10px;
    background-color: #d5b6f2
  } 

