.body {
  background-color: #27267d;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  margin-top: 6rem;
}

.header__headline {
  color: #ffffff;
  font-size: 32pt;
  font-weight: bold;
  text-align: center;
}

.main {
  margin-top: 4rem;
  text-align: center;
}

.link {
  text-decoration: none;
  display: inline-block;
}

.button {
  border: none;
  appearance: none;
  padding: 1rem;
  color: #27267d;
  font-size: 16pt;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #27267d;
  background-color: #ffffff;
}

.button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #27267d; 
}