html {
  background-color: #ffffff;
}

body {
  padding: 0;
  margin: 0;  
  height: 100%;
  background: url("195_siding wood texture-seamless.jpg");
  background-size: 375px 625px;
}
#page-content {
  margin: 5px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1170px;
  grid-template-areas:
  "Title       Title      "
  "DF1         DF2        "
  "DF3         DF3        "
  "DF4         DF4        "
  "DF5         DF5        "
  "Video-Links Video-Links"
  ;
}
#Title {
  grid-area: Title;
  }
#DF1 {
  grid-area: DF1;
  }
#DF2 {
  grid-area: DF2;
  }
#DF3 {
  grid-area: DF3;
  }
#DF4 {
  grid-area: DF4;
  }
#DF5 {
  grid-area: DF5;
  }
#Video-Links {
  grid-area: Video-Links;
  }
p::before {
  content: "➥ ";
  display: inline-block;
  width: 1.5em;
}
#br::before {
  content: "⮱ ";
  display: inline-block;
  width: 1.5em;
}
#cont::before {
  content: "⮑ ";
  display: inline-block;
  width: 1.5em;
}
p {
  margin: 0 ;
  line-height: 1.3;
}
footer {
  width: 100%;
  height: 75px;
  background: url('https://thered928.neocities.org/GreenCarpetFooterWithBaseboard.png');
  background-size: 500px 75px;
}