h1, h2, h3 {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #222;

}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 20px;
}
h3 {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
body {
  font-weight: 400;
  font-size: 12px;
  min-height: 90vh;
}

.title-center__container {
  margin: 0 auto;
  width: 600px;
  text-align: center;
  margin-bottom: 50px;
}
.title-center__link:link,.title-center__link:visited {
  color: #333;
  border-bottom: 1px solid #666;
  transition: border-bottom 0.1s;
  text-decoration: none;
}
.title-center__link:hover, .title-center__link:active {
  color: #000;
  border-bottom: 1px solid #fff;
  transition: border-bottom 0.1s;
  text-decoration: none;
}

.links-list__container {
  margin: 0 auto;
  width: 600px;
  text-align: center;
}
.links-list__link:link, .links-list__link:visited {
  color: #000;
  border-bottom: 1px solid #666;
  transition: border-bottom 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  background-color: #fff;
}
.links-list__link:hover, .links-list__link:active {
  color: #000;
  border-bottom: 1px solid #fff;
  transition: border-bottom 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  background-color: #FAF785;
}
.links-list__desc {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444;
}
::-moz-selection {
  background-color: #FAF785;
  color: #000;
}

::selection {
  background-color: #FAF785;
  color: #000;
}
