body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
}

a {
  color: #1eb3df;
}

header {
  background: #42b253;
  padding-top: 15px;
  padding-bottom: 30px;
}

header h1 {
  text-transform: uppercase;
  font-weight: 800;
}

header h4 {
  text-transform: uppercase;
  font-weight: 700;
}

.lang {
  display: inline-block;
  color: #fff;
  margin: 5px 0 10px 5px;
}

.lang:hover, .lang:focus, .lang:active {
  color: #fff;
}

.lang.active {
  text-decoration: underline;
  font-weight: 700;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #6a7379;
}

section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.bg-blue {
  background-color: #1eb3df;
}

.bg-grey {
  background-color: #f1f1f1;
}

.winners p {
  margin: 0;
}

.text-purple {
  color: #995ca2;
}

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

h1 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

}