@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
body {
  font-family: "Pacifico", cursive;
  background: url(../images/giraffebike.jpg) no-repeat center center fixed;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bike-blurb {
  margin-left: 20%;
  z-index: 1;
  margin-right: auto;
  width: 80%;
  top: 12%;
  height: 100px;
  position: fixed;
}
.nonsense-blurb {
  font-family: "Courier New", Courier, monospace;
  color: yellow;
  position: fixed;
  bottom: 10%;
  margin-left: 20%;
  font-size: 3vw;
}

.giraffe-bike-blurb {
  font-size: 13vw;
  color: black;
  text-shadow: 2px 2px aqua;
}

.thebike {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 50%;
  z-index: -100;
}
