body{
 font-family: 'Open Sans', sans-serif;
 background-color: #4E6B66;
}
h1{
  margin: 7%;
  color: #EBE1C5;
}
.heading{
  border-radius: 22px;
  background-color: #ED834E;
  display: inline-block;
  margin:1%;
  padding:1%;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .5);
}
.heading:hover{
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .5);
}
a { 
  color: inherit;
  font-weight: bold;
}
a:hover{
  color: #ED834E;
  text-decoration: none;
}

button{
  position: relative;
  background-color: #EBE1C5;
  left: 1px;
  margin-top: 7px;
  cursor: pointer;
  font-weight: bold;
  color: #4E6B66;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .5);
}
button:hover{
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .5);
}

.form-control{
  margin-top: 5%;

}
p{
  padding-bottom: 1%;
  padding-left:1%;
}
.footer{
  margin-top: 150px;
  text-align: center;
  color: #EBE1C5;
  bottom: 0;
}

#output{
  color: #EBE1C5;;
}
