body {
  background: #3e382d url("flower 1.JPG"); /*Replace with your own background*/
	background-attachment: fixed;
  background-position: center center;
  background-size: 100% auto;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 13px;
  }


a {
  color: #5b0c05;
  }
   
   
.video1 {
  display: block;
  position: absolute;
  margin-top: 14%;
  margin-left: 8%;
  transform: scale(70%);
}

.image1 {
  display: block;
  position: absolute;
  margin-top: 40%;
  margin-left: 50%;
  height: 30vw;
  z-index: 900;
  
}

.zineicon {
  display: block;
  position: fixed;
  margin-top: 39%;
  margin-left: 5%;
  height: 11vw;
  z-index: 897;
  
}

.g3hover:hover .zineicon {
    transform: rotate(-5deg) scale(120%);
}


.monthlyplaylist {
  display: block;
  position: absolute;
  margin-top: 24%;
  margin-left: 77%;
  transform: scale(90%);
}


.willowbutton:hover {
  transform: scale(116%);
  
}

