* {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans";
}

body {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.header {
  margin: 62px 0;
  display: flex;
  justify-content: space-between;
}

.header img {
  margin-top: -34px;
  margin-right: 4px;
}

.header h1 {
  font-size: 1.6em;
}

.header h1 span {
  font-weight: normal;
}

.link {
  font-size: 2em;
  text-decoration: none;
}

.link:visited {
  color: #023aff;
}

.button {
  margin-top: 70px;
  background: #97f203;
  color: black;
  font-size: 1.6em;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px 64px;
}
