body{
  font-family: Arial, Helvetica, sans-serif;
  background-color:orangered;
  color:black;
  font-size: 16px;
}

h1{
  font-size: 36px;
  padding-top: 20px;
  font-family:Arial, Helvetica, sans-serif;
}

.container{
  width: 80%;
  margin: auto;
}

#year-input{
  border-radius: 5px;
  width: 60px;
  height: 20px;
  box-shadow: 2px 2px #000000;
}

#month-input{
  border-radius: 5px;
  width: 60px;
  height: 20px;
  box-shadow: 2px 2px #000000;
}

#day-input{
  border-radius: 5px;
  width: 60px;
  height: 20px;
  box-shadow: 2px 2px #000000;
}

#get-name{
  border-radius: 5px;
  color: #000000;
  background-color: orangered;
  text-align: center;
  border: solid 1px #000000;
  width: 108px;
  height: 32px;
  font-size: 13px;
  box-shadow: 2px 2px #000000;
}

#result{
  text-align: center;
}

.content{
  background-color: greenyellow;
  /* height: 600px; */
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  margin-bottom: auto;
  padding-bottom: 20px;
  box-shadow: 2px 2px #000000;
  border-radius: 0.5%;
}

.about{
  text-decoration: underline;
  color: white;
}

.clear{
  border-radius: 5px;
  color: #000000;
  background-color: orangered;
  text-align: center;
  border: solid 1px #000000;
  width: 108px;
  height: 32px;
  font-size: 13px;
  box-shadow: 2px 2px #000000;
}

a:hover{
  color: #006B3F;
}
