html, body {
  overflow: hidden;
  background-image: linear-gradient(#0404ff, #000000);
  height: 100%;
  width: 100%;
}
 /* Style buttons */
.btn {
  
  background-image: linear-gradient(#43f88f, #1aa663);
  border: 2px solid #000000;
  color: #ffffff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 15px;
  position:relative; 
  left:-5%; 
  top:21%;
	/*transform: translate(-50%, 50%);*/
  transition: transform .1s;
}

.maindiv {
  border: 5px solid black;
  background-color: #8f8dc0;    
  width: 40%; 
  height: 100%;
}

.fune {
  left:0%; 
  top:0%;
  width: 100%;
  height: 15%;
}
.penes {
  width: 100%;
  height: 100%;
}
.arrow1 {
  position:relative; 
  left:67%; 
  top:25%;
}
.arrow2 {
  position:relative; 
  left:-6%; 
  top:25%;
  transform: rotate(180deg);
}
/* Darker background on mouse-over */
.btn:hover {
  background-color: #a797ff;
  transform: scale(1.1);
  background-image: linear-gradient(#7dff81, #29de33);
} 
.cat {
  width: 100%;
  height: 100%;
}
.ad {
  border: #000000 solid;
  transition: transform .2s;
  background-image: "";
  width: 10%;
  height: 50%;
  position: relative;
  left: 15%;
  top: -95%;
}

.ad:hover {
  transform: scale(1.05);
}

.ad2 {
  border: #000000 solid;
  transition: transform .2s;
  background-image: "";
  width: 10%;
  height: 50%;
  position: relative;
  left: 64%;
  top: -95%;
}

.ad2:hover {
  transform: scale(1.05);
}

@keyframes gaming {
  50% {font-size: 28px;}
  50% {rotate: 1deg;}
  100% {font-size: 25px;}
  100% {rotate: 0deg;}
}
p { font-family: Arial; }
.peenes{
  color: #000000;
  position:relative; 
  left:20%; 
  top:0%;
  animation-name: gaming;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.cock{
  border-radius: 15px;
  border: black solid;
  transition: .1s;
  position: relative;
  left: 32%;
  top: 20%;
  box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);
}

.cock:active {
  scale: 0.9;
}
.cockclickcount{
  font-size: 170px;
  position: absolute;
  left: 45%;
  top: -15%;
}
.wantcocks{
  position: relative;
  left: 32%;
  top: 25%;
}

.ambs{
  position: relative;
  left: 7%;
  top: 35%;
}
.linkdiv{
  background-color: #59bef4;    
  width: 100%; 
  height: 20%;
  position: relative;
  top: 55%;
}