div.mycontainer {
  width:90%;
  overflow:hidden;
}
div.mycontainer div {
  width:33%;
  float: left;
}
body {
  background-image: url(purpleskelentons2.jpg);
  background-repeat: no-repeat;
  background-size:100%;
  background-color:black;
  height: 600px;
}
header {
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 75px;
  text-align: center;
  font-size: 100px;
  color: white;
  font-family:Henny Penny;
}
h4 {
  width: 100%;
  height: 175;
  font-family:Emilys Candy;
  color:ghostwhite;
  font-size: 35px;
  padding-top: 1px;
   padding-bottom: 1px;
}
h2 {
  color:#ff0095;
  font-family:Emilys Candy;
  padding-top: 1px;
   padding-bottom: 1px;
}
footer {
  background-color: black;
  padding: 10px;
  text-align: center;
  color: white;
}
p {
  color: white;
  font-family:courier;
  padding-top: 1px;
   padding-bottom: 1px;
}
a {
   color: #c6a0d9
}
.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}
.emilys-candy-regular {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
}
