* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
}
p {
  font-size: 22px;
  margin-bottom: 34px;
}
.container {
  max-width: 910px;
  width: 90%;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
  max-width: 635px;
  margin: 0 auto 16px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;
  border: rgb(62, 62, 62) 1px solid;
}
h1 {
  text-align: center;
  font-size: 70px;
  margin-top: 35px;
  margin-bottom: 16px;
  line-height: 1.1;
}
@media (max-width: 900px) {
  h1 {
    font-size: 30px;
  }
}
.btn {
  color: rgb(255, 255, 255);
  background-color: rgb(16, 137, 62);
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 25px auto;
  border-radius: 12px;
  border: 2px solid #000;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  max-width: 400px;
}
footer * {
  font-family: "Roboto", sans-serif;
}
footer {
  background: #f0f2f4;
}
footer p {
  color: #5b5a5a;
  margin-bottom: 18px;
  text-align: center;
  font-size: 14px;
}
.disclaimer {
  padding: 28px 0 0 10px;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  gap: 36px;
  flex-wrap: wrap;
  padding: 32px 10px;
}

nav a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
