.tests-page {
  min-height: 100vh;
  padding: 110px 20px 80px;
  color: #2f261d;
  background:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url("../../images/fn.jpg") center center / cover fixed;
}

.tests-container {
  max-width: 980px;
  margin: 0 auto;
}

.tests-page h1,
.tests-page h2 {
  text-align: center;
  color: #fff;
}

.tests-topic {
  margin-bottom: 45px;
}

.stylish-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.stylish-list li {
  margin: 8px 0;
}

.stylish-list a {
  display: block;
  padding: 14px 18px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: linear-gradient(#efefef, #dcdcdc);
  color: #2c2c2c;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  box-shadow: inset 0 1px 0 #fff,
              0 1px 2px rgba(0, 0, 0, 0.06);
  transition: 0.2s ease;
}

.stylish-list a:hover {
  background: linear-gradient(#f7f7f7, #d2d2d2);
  border-color: #b8b8b8;
  transform: translateX(2px);
}