/* Style buttons */
.btn {
  background-color: #ff4f01;
  border: none;
  color: white;
  padding: 8px 13px;
  cursor: pointer;
  font-size: 16px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}
