* {
  margin: 0;
  padding: 0;
  font: inherit;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

body {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

body {
  font-family: "Open Sans", sans-serif;
  align-items: center;
  color: #000;
  font-size: 20px;
}

h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  margin-bottom: 28px;
}

p {
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 4px;

}

a {
  color: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-decoration: none;
  margin: 4px;
}

a:hover {
  color: #0042b3;
  text-decoration: underline;
}

.cta {
  display: flex;
  flex-direction: row;
  padding: 12px 24px;
  background-color: rgb(209, 223, 231);
  border-radius: 40px;
}

/*fonts*/