body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0 auto;
  padding: 20px;
  color: #333;
  max-width: 800px;
  background-color: #debdff;
  text-align: center;
}

header{
    background-color: #651da2;
    text-align: center;
    color: #F3E5F4;
    border: 2px dashed white;
}

.lavishly-yours-regular {
  font-family: "Lavishly Yours", cursive;
  font-weight: 400;
  font-style: normal;
}


h1 {
    color: #F3E5F4;
    padding-bottom: 10px;
    font-size: 2.5em;
  font-family: "Lavishly Yours", cursive;
}

img {
    width: 100%;
    border: 3px dashed white;
}

footer { 
    background-color: #651da2;
    text-align: center;
    color: #F3E5F4;
    border: 2px dashed white;
}