body {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.btn:hover {
  background-color: RoyalBlue;
}

.bg-image {
  background-image: url("../images/bike.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.site-title:link {
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.site-title:visited {
  color: white;
}

.site-title:hover {
  color: white;
}

input, select {
  max-width: 300px
}