a {
  color: whitesmoke;
  cursor: pointer;
}

li,
ul > li > a {
  line-height: 3;
}

hr {
  border: none;
  width: 95%;
  border-top: 3px double #333;
  color: #333;
  overflow: visible;
  text-align: center;
  height: 5px;
  margin: 50px 0 15px 0;
}
button {
  background-color: #5fbee9;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  cursor: pointer;
  height: 50px;
  width: auto;
  margin: 10px;
}
