body {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

h1 {
  font-size: 60px;
  font-weight: 900;
}

ul {
  padding-left: 0;
}

li {
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 24px;
}

a {
  color: #333;
  font-weight: 900;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}

.social-links li {
  display: inline;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;
}

@media (max-width: 1028px) {
  li {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 20px;
  }

  li {
    font-size: 12px;
    padding: 0 5px;
  }
}
