body {
  background-image: url(images/tile.jpg);
  background-size: 20em;
  background-repeat: repeat;
}
#headercont {
  text-align: center;
  filter: drop-shadow(0px 0px 3px black);
  margin-bottom: 0.25em;
  margin-top: 1em;
}
#header {
  font-size: 30px;
  font-family: Times New Roman;
  color: rgba(0,0,0,1);
  background-image: url(images/tape.png);
  background-position: center;
  width: 24em;
  height: auto;
  padding-top: 0.15em;
  padding-bottom: 0.2em;
  background-size: 75% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  margin: auto;
}
#section1 {
  filter: drop-shadow(0px 0px 3px black);
  text-align: center;
}
#randal1 {
  height: 200px;
  width: auto;
  margin: 0.25em;
  border: 25px solid transparent;
  border-image: url(images/border.png) 51 round;
}
#randal2 {
  height: 200px;
  width: auto;
  margin: 0.25em;
  border: 25px solid transparent;
  border-image: url(images/border.png) 51 round;
}
#section2 {
  filter: drop-shadow(0px 0px 3px black);
  text-align: center;
}
#randal3 {
  height: 200px;
  width: auto;
  margin: 0.25em;
  border: 25px solid transparent;
  border-image: url(images/border.png) 51 round;
}
#randal4 {
  height: 200px;
  width: auto;
  margin: 0.25em;
  border: 25px solid transparent;
  border-image: url(images/border.png) 51 round;
}
#section3 {
  filter: drop-shadow(0px 0px 3px black);
  text-align: center;
}
#randal5 {
  height: 200px;
  width: auto;
  margin: 0.25em;
  border: 25px solid transparent;
  border-image: url(images/border.png) 51 round;
}
#randal6 {
  height: 200px;
  width: auto;
  margin: 0.25em;
  border: 25px solid transparent;
  border-image: url(images/border.png) 51 round;
}
#disclaimer {
  text-align: center;
  filter: drop-shadow(0px 0px 3px black);
}
#update {
  font-size: 16px;
  font-family: Times New Roman;
  color: black;
  width: 18.7em;
  height: auto;
  padding-top: 0.25em;
  padding-bottom: 0.2em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(images/tape.png);
  font-weight: bold;
  margin: auto;
}
#back {
  text-align: center;
  margin-top: 1em;
}
#btext {
  font-size: 16px;
  font-family: "Times New Roman";
  width: 20em;
  color: red;
  font-weight: bold;
  text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black;
  margin: auto;
  margin-top: 0em;
  margin-bottom: 0.25em;
}
#back a img {
  height: 2em;
  width: auto;
}