body {
  font-family: 'Quicksand', sans-serif;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/ghana.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 17px;
}

h1 {
  font-size: 36px;
  padding-top: 20px;
}

.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: #ffffff;
  background-color: #fc0606;
  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: rgba(40, 156, 177, 0.72);
  /* 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%;
}

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

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

a:hover {
  color: #006B3F;
}