* {
    margin: 0;
    padding: 0;
}

body {
  background: #2c2b3d;
  color: #c2c2c2;

  font-family: "JetBrains Mono", monospace;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1083px;
  margin: 0 auto;
  padding-top: 71px;
}

nav ul {
  display: flex;
  gap: 64px;
}

nav a {
  text-decoration: none;
  color: #c2c2c2;
}

nav a:hover {
  color: #fff;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1092px;
  margin: 0 auto;

  padding: 101px 0 157px;
}

section {
  text-align: center;

  max-width: 605px;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;

  color: #fff;

  padding: 0 0 59px 0;
}

h1 span {
  color: #00bfa6;
}

section p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;

  color: #7d7987;
}

p span {
  color: #00bfa6;
  font-weight: 700;
}

footer {
  text-align: center;
}

.line {
  height: 0;
  width: 568px;
  border: 1px solid #00bfa6;

  margin: 0 auto;
}

footer p,
footer a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #fff;

  text-decoration: none;
}

#padlock {
  position: absolute;
  left: 0;
  bottom: 0;
}
