h2 {
  color: #168389;
  font-size: 2.5rem;
  margin-bottom: 20px;
 text-align: center;
}

/* Initial text at beginning of page */
.intro {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  color: #000000;
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
  background-color: #f0f0f0;
}

.para {
    color: #303c4c;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

/* Styles for description of each unit */
.gym-layout {
  display: flex;
  border: 7px solid #168389;
  border-radius: 10px;
}

.unit {
    display: flex;
    flex-direction: column;
}

.unit-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background-color: #303c4c;
  width: 100%;
  color: white;
}

.unit-content .para {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0;
    width: 100%;
}

.unit-image {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 600px) {
  .gym-layout {
    flex-direction: column;
  }
}

.machine-overview {
    text-align: center;
    font-size: 1.5rem;
    color: #303c4c;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contacts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f0f0f0;
}

.machine-overview {
    text-align: center;
    font-size: 1.2rem;
    margin: 20px 0;
    color: #303c4c;
}