p{
  font-size: 1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 2;
  font-weight: 300;
  text-shadow: 1px 1px 7px #eab676, 1px 1px 7px #eab676, 1px 1px 7px #eab676 ;

}
h1{
  font-size: 25px;
}
h1 {
  font-size: 2em;
  font-family: 'Fredoka One', cursive; /*google font*/
  line-height: 2;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 10px;
  border-radius: 2em;
  background-color:#abdbe3;
  border: 3px inset #154c79;
  box-shadow: 1px 2px 7px 0 #76b5c5;
  text-shadow: 1px 1px 7px #eab676, 1px 1px 7px #eab676, 1px 1px 7px #eab676 ;
  transform: rotate(-0.5deg);

}
h2{
  font-size: 25px;
}
h2 {
  font-size: 30px;
  font-size: 1.5em;
  font-family: 'Fredoka One', cursive; /*google font*/
  line-height: 1;
  font-weight: 300;

}
h3 {
  color: #154c79;
  font-size: 1em;
  font-family: time 'Times New Roman', Times, serif

}

input {
    font-size: 20pt;
    height: 30px;
    width: 70px;
    margin: 10pt;
    border:4px solid #888888;
}
.button-1{
  width:70px;
  height:70px;
  border:1px solid #888888;
  outline:none;
  background-color:#f4f5f6;
  border-radius: 12px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

.button-2{
  width:140px;
  height:50px;
  border:1px solid #888888;
  outline:none;
  background-color:#f4f5f6;
  border-radius: 12px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

.run{
  width:75px;
  height:50px;
  border:1px solid #888888;
  outline:none;
  background-color:#f4f5f6;
  border-radius: 12px;
  cursor:pointer;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

.select{
  width:300px;
  height:25px;
  border:1px solid #888888;
  outline:none;
  background-color:#f4f5f6;
  border-radius: 2px;
  cursor:pointer;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}







