.rundezvous-font {
  font-family: 'Trade Winds';
  color: whitesmoke;
}

.rundezvous-page {
  justify-items: center;
}
.rundezvous-page p a:link {
  text-decoration: none;
  color: aquamarine;
}

.rundezvous-link {
  text-decoration: none;
  color: aquamarine;
}

.merch-display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.merch-items {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
  color: whitesmoke;
  text-align: center;
  border: 3px solid black;
}

.merch-items img {
  width: 80%;
  margin: 10px 0;
}

.merch-items p {
  font-size: 14px;
}

.shopping-cart {
  color: white;
  margin: 3px;
}

.shopping-cart span a:link {
  text-decoration: none;
}

.item-desc {
  margin: 7px 0 3px 0;
}

.run_cart {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: whitesmoke;
}

.run_cart h2 {
  text-align: center;
}

.test a:link {
  text-decoration: none;
  color: whitesmoke;
}

.stripe-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.stripe-items {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
  color: whitesmoke;
  text-align: center;
  border: 3px solid black;
  border-radius: 5px;
}

.stripe-items img {
  width: 80%;
  margin: 10px 0;
}

.stripe-items p {
  font-size: 14px;
}

.stripe-items > h4 {
  margin: 30px;
}

.run-remarks {
  width: 90%;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid darkgray;
  border-radius: 2px;
}

.center-block {
  grid-column: 2;
}

h4 a:link a:visited {
  color: whitesmoke;
  text-decoration: none;
}
