body {
  background-image: url('https://i.pinimg.com/originals/1e/68/f6/1e68f66a3bea234dccd306281c0812ff.gif');
  background-size:cover;
  background-attachment:scroll;
  font-family: 'Comic Sans MS';
  align-items: center;
}

p {
 color: #de007f;
 text-align: center;
}


a {
  color: white;
  text-decoration: none;
  text-align: left;
}

a:hover {
  color: #ffc9e8;
  text-decoration: underline;
  text-align: left;
}

h1 {
  color: #de007f;
  text-align: center;
  text-shadow: 2px 2px white;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}

#header {
  grid-area: white;
  background-color: #ff8ccd;
  background-image: linear-gradient(#ff8ccd,#ff0092);
  background-size: cover;
  border: 2px, dashed, white;
  padding: 20px;
  font-family: "Comic Sans MS";
  height: auto;
  width: 60%;
  margin: auto;
  filter: drop-shadow(2px 2px 10px black);
}

#main {
  grid-area: white;
  background-color: #ffc9e8;
  background-size: cover;
  border: 2px, dashed, #de007f;
  padding: 20px;
  height: auto;
  width: 60%;
  margin: auto;
  color: #de007f;
  filter: drop-shadow(2px 2px 10px black);
}