
canvas {
	//background-color:forestgreen;
    //background-image:url(Plants/lawn2.png);
    //background-size: cover;
    //opacity: 0.2;
    z-index: 0;
    height: 20vh;
    width:100vw;
	display:block; 
	position:absolute; 
    bottom:0px;
    left:0px;
   // cursor: none;
}
.container {
	width:auto;
    height: auto;
	text-align:center;
}
     
#playerOne{
	width: 14vmax;
	height: 25vmax;
position: absolute;
    background-image: url(flow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateX(65deg);
    text-align: center;
}
.track{
width:98vw;
height: 25vmax;
position: absolute;
    top:74vh;
overflow: hidden;
}
   


.balls img {
 position:absolute;
 width:7vmax;
 height:7vmax;
 z-index:2;
}
 #ball-container > div > img	{
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-direction: alternate;
     -webkit-animation-timing-function: ease-in-out;
     -webkit-transform-origin: 0% -100%;
}

.bees img {
 position:absolute;
 width:6vmax;
 height:6vmax;
 z-index:5;
}

     #box45	{
	 position:absolute;
         width:30vw; 
         height:30vw;
         top:8vh; 
         left:calc(100vw/3); 
         z-index:99;
	 text-align:center;
	 vertical-align:middle;
	font-family: 'AbbeyRoadNFRegular';
	 color:navy;
         font-size:2vw;
	 	 -webkit-text-stroke: 1px cornflowerblue;

 }
 
#myinput1	{
	//border-radius: 5px 5px 5px 5px; -moz-border-radius: 30px; -webkit-border-radius: 40px; 
	font-family:VanillaRegular;
	background-color:yellow; 
	font-size:32px; 
	height:4vh;
	width: 24vw;
	position:absolute;
	top:29vh;
	left:2vw;
	visibility:hidden;
	
}
