body { background-color: #FFB6C1;
  }

h1{ text-align: center;
  }

img { display: block;
            margin: auto;
    }
    
    #title{
    flex-direction: column;
   line-height: 10px;
   font-family: "Caveat";

}

header{

display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #88f679;
}