body {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.club-logo {
  width: 200px;
}

h1, h3 {
  text-transform: uppercase;
}

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted black;
}

a:hover,
a:focus {
  border-bottom: 1px solid black;
  color: black;
}