 @font-face {
  font-family: DKCoolCrayon;
  src: url(../komunak/DKCoolCrayon.ttf);
}
.crayon { 
  font-family: DKCoolCrayon;
  font-size:2em;
  font-weight: bold;
  color: whitesmoke;
}

 #pizarra {
    background-color: #003300;
    border: 20px solid goldenrod;
    border-radius: 10px;
    width: 82%;
    height: 75%;
    padding: 10px;
}

.message {
	 position: absolute;
	 right: 0.5vw;
	 bottom: 1vw;
	 max-width: 40vw;
	 font-size: 3.75vmin;
	 font-family: Verdana, sans-serif;
	 color: white;
} 

.ojos {
    width: 15%;
    height: 15%;
	border: 0;
}

A:link { text-decoration:none; }

.btn-group .button1 {
  margin-bottom: 5px;
  background-color: whitesmoke;
  border: 2px solid goldenrod;
  border-radius: 0.25em;
  color: black;
  padding: 2px 5px;
  text-align: left;
  line-height: 30px;
  font-family: Arial, verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  cursor: pointer;
  width: 95%;
  display: block;
}

.btn-group .button1:hover {
  background-color: #3e8e41;
  color:white;
}
.imgderecha {
  float: right;
  width: 10%;
  height: 10%;
}