.btn {
  position: absolute;
  right: 2.5em;
  top: 1em;
  box-shadow: inset 0 0 0 0.1em #dee1e3;
  border-radius: 0.1em;
  padding: 0.5em;
  cursor: pointer;
}

.btn a {
  text-decoration: none;
  color: #727a82;
}

.btn:hover {
  background-color: rgba(144, 144, 144, 0.075);
}

#subMenu {
  text-align: center;
  margin-top: 10em;
}

#subMenu a {
  padding: 0.5em;
  text-decoration: none;
  color: #767C81;
  border: 1px solid #DDE0E2;
  margin: 0 0.5em;
}

#subMenu a:hover {
  background-color: rgba(144, 144, 144, 0.075);
  box-shadow: inset 0 0 0 0.1em #dee1e3;
}

.searchBtn {
  border-radius:3px;
  color: white;
  border-radius: 0.1em;
  cursor: pointer;
  background-color:#007dc1;
  font-family:Arial;
  text-decoration:none;
}