body
{
  padding: 0;
  margin: 0;
  background-color: yellow;
  background-image: url('floppy-disk-1219954_640.png');
  background-repeat: repeat;
  background-size: 300px;

}

header{
  /*z-index: 10000;*/
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  text-align: center;
}

.media{
  position: fixed;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#soundcloud{
/*display: flex;
flex-direction: row-reverse;*/
text-align: center;
padding: 5px;
 width: 40px;
 /*left: 50px;*/
}
#youtube{
  /*display: flex;
  flex-direction: row-reverse;*/
  text-align: center;
  padding: 5px;
  width: 40px;
  /*left: 20px;*/
}

#fruit
{
  color: magenta;
  /*font-family: 'Bungee Inline', cursive;*/
  font-family: 'Quantico', sans-serif;
  font-weight: 700;
  font-size: 8.5rem;
  text-shadow: 0px 0px 9px yellow;
  text-align: center;
}

canvas
{
	z-index: -2;
	position: fixed;
	top: 0;
	left: 0;
}

main
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100%;
}

h2{
  background-color: magenta;
  font-family: 'Quantico', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: white;
  padding: 4px 6px 2px 6px;
}

article
{
  background-color: rgba(255, 255, 0, 0.9);
  margin-top: 100px;
  width: 50%;
  padding: 20px;
  margin-bottom: 70px;
}

.content
{
  font-family: 'Quantico', sans-serif;
  font-weight: 400;
  color: black;
  text-align: justify;
}

.fffMerchImg{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p
{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

p a{
  color: magenta;
}

p a:visited {
  color: magenta;
}

address a{
  color: magenta;
}

@media screen and (max-width: 815px){
  .content img{
    width: 100%;
  }
}
