html,
body {
  font-family: 'Montserrat', sans-serif;
}

body {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000000;
  color: #434242;
  text-align: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  width: 300px;
}

img {
  width: 100%;
  height: auto;
}

.header__section {
  margin-bottom: 100px;
}

.logo {
  margin-bottom: 20px;
}

.logo__img {
  max-width: 130px;
}

.main__title {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  color: #959595;
  text-decoration: none;
}

.main__title:focus,
.main__title:hover {
  color: #434242;
  text-decoration: none;
}

.animation__title {
  margin-bottom: 25px;
}

.main__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  color: #808080;
}

.main__links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__link {
  margin-left: 35px;
  margin-right: 35px;
}

.main-link__icon {
  max-width: 24px;
}


.main__link path {
  fill: #86e7a5;
}

.main__link:hover path,
.main__link:focus path {
  fill: #21CB84;
}

.links__list {
  margin-top: 0;
  margin-bottom: 80px;
  padding-inline: 0;
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  text-align: left;
}

.list__title {
  margin-top: 15px;
  margin-bottom: 0;
  padding-inline: 0;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #434242;
  list-style: none;
}

.list__item {
  margin-top: 14px;
  margin-bottom: 16px;
}

.list__item:last-child {
  margin-bottom: 0;
}

.list__link {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  color: #bfbfbf;
  text-transform: none;
  text-decoration: none;
}

.list__link:hover,
.list__link:focus,
.list__link:active {
  color: #21CB84;
  text-decoration: underline;
}