.record-gpx-h1 {
  font-size: 2.75rem !important;
  text-align: center;
  font-weight: 800;
  margin-top: 2rem !important;
}

.record-gpx-h2,
.record-gpx-h3 {
  margin: 0rem 0rem 0rem 0rem !important;
}

.record-gpx-h2 {
  font-size: 2rem !important;
  font-weight: 800;
  color: var(--accent);
  text-align: center;
  margin-bottom: 1.5rem !important;
}

#record-gpx-last {
  margin-bottom: 900px;
}

@media only screen and (max-width: 500px) {

  .record-gpx-h1 {
    font-size: 1.6rem !important;
  }

  .record-gpx-h2,
  .record-gpx-h3 {
    font-size: 1.3em !important;
  }
}

.record-gpx-p {
  text-align: justify;
}