body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;

  background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
}

ul,
ol {
  list-style-type: none;
}

.page-header {
  background-color: #bdbdbd;
}

.club-list .link {
  font-size: 14px;
  font-weight: 500;
  color: #ffc107;
  text-decoration: none;
}

.page-nav .link {
  font-size: 14px;
  color: #00bcd4;
  text-decoration: none;
  text-transform: uppercase;
}

.downloads .link {
  text-decoration: none;
}

.downloads .link:hover,
.downloads .link:focus {
  text-decoration: underline;
}

.downloads .plan-name {
  color: #ff1744;
}

.page-nav .link:active {
  color: #212121;
}

.page-nav .link:hover,
.page-nav .link:focus {
  color: #18ffff;
}

.section-text {
  line-height: 1.333;
  color: #ff5722;
  text-indent: 24px;
}

.page-footer {
  background-color: #212121;
}

.page-title {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.333;
  color: #f44336;
  text-align: center;
  text-shadow: 2px 2px 4px #212121;
  letter-spacing: 3px;
}

.section-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.333;
  color: #3f51b5;
  letter-spacing: 1px;
}

.club-list .title {
  font-size: 16px;
  line-height: 1.333;
  color: #4caf50;
  text-align: center;
}

.club-list .text {
  color: #009688;
}

.page-nav .link:hover {
  color: #18ffff;
}

.club-list .link:hover,
.club-list .link:focus {
  color: #f57f17;
  text-decoration: underline;
}

.club-list .link:active {
  color: #ff1744;
}
