
body{
  background-color: rgb(67,160,71);
  color:#ffffffe4;
  margin:0;
  padding: 0;
}

h1{
  text-transform: uppercase;
  font-size: 28px;
  font-family:Arial, Helvetica, sans-serif;
}

p{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.help{
  font-family: monospace;
  background-color: rgba(255,255,255,0.2);
  border-bottom:rgba(255,255,255,0.8)solid 1px;
}

.app{
  display: flex;
}

#instruction{
  padding: 30px;
  width: 50%;
}

pre{
  margin: 0;
}

textarea{
  height: 44px;
  border: none;
  outline: none;
  resize: none;
  overflow: auto;
  margin-left: 26px;
  width: 90%;
}

button{
  background-color: rgb(209,22,6);
  border: none;
  border-radius: 4px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(255,255,255);
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;

}

button:hover{
  background-color: rgb(235, 92, 80);
}

.editor{
  position: relative;
  background-color: rgb(224,224,224);
  height: 260px;
  padding: 10px 10px 10px 40px;
  border-radius: 4px;
  /* font-family: Fredoka One,cursive; */
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(119,119,119,119);
  overflow: hidden;
}

.line-numbers{
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgb(153,153,153);
  color:rgb(213,213,213);
  padding: 10px 6px;
  height: 100%;
  text-align: right;
}

#pond{
  position: relative;
  /* background-color: rgb(37,87,104); */
  background-image: url(background_294b2f19db.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 50vw;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  min-height: 200px;
  min-width: 300px;
}

#forefront{
  position:absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 95%;
  padding: 2.5%;
  display: flex;
  z-index: 1;
}

#background{
  position:absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 95%;
  padding: 2.5%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.lily-container, .frog-container{
  width: 20%;
  height: 20%;
}

.lily,.frog{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* .lily.green{
  background-image: url(lilypad-green.svg);
}

.lily.red{
  background-image: url(lilypad-red.svg);
}

.lily.yellow{
  background-image: url(lilypad-yellow.svg);
} */

/* .frog.green{
  background-image: url(frog-green.svg);
}

.frog.red{
  background-image: url(fresh-apple-icon.svg);
}

.frog.yellow{
  background-image: url(frog-yellow.svg);
} */

.frog.green{
  background-image: url(fresh-apple-icon.svg);
}

.frog.red{
  background-image: url(mango-fruit-icon.svg);
} 

.frog.yellow{
  background-image: url(orange-svgrepo-com.svg);
}


