body {
  font-family: Verdana, sans-serif;
  line-height: 24px;
  font-size: 16px;
}
h1 {
  font-size: 2.625em;
  line-height: 1.2;
}
a {
  padding-bottom: 2px;
  color: #6e3282;
  transition: color 0.2s;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  border-bottom: 2px solid #6e3282;
  padding-bottom: 2px;
  transition: color 0.2s;
}
p {
  font-size: 1.188em;
  max-width: 680px;
}
.wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}
.btn-wrapper {
  margin-top: 60px;
  text-align: right;
}
.btn {
  border-radius: 8px;
  border: 2px solid var(--purple-900-primary, #6e3282);
  background: var(--purple-900-primary, #6e3282);
  padding: 8px 20px;
  margin-left: 16px;
  margin-top: 0px;
  margin-bottom: 32px;
  text-decoration: none;
  display: inline-block;
  color: var(--neutral-300, #fff);
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.btn:hover {
  border: 2px solid var(--purple-900-primary, #6e3282);
  background-color: #fff;
  color: var(--neutral-300, rgb(110, 50, 130));
}
.link {
  border-radius: 8px;
  border: 2px solid var(--purple-900-primary, #6e3282);
  background: var(--purple-900-primary, #6e3282);
  padding: 8px 20px;
  margin-left: 16px;
  margin-top: 0px;
  margin-bottom: 32px;
  text-decoration: none;
  display: inline-block;
  color: var(--neutral-300, #fff);
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.link:hover {
  border: 2px solid var(--purple-900-primary, #6e3282);
  background-color: #fff;
  color: var(--neutral-300, rgb(110, 50, 130));
  padding-bottom: 8px;
}
.logo img {
  width: 255px;
}
