:root {
  --black: #2b2924;
  --yellow: #ffd12d;
  --blue: #78aded;
  --red: #e71616;
}

html {
  height: 100%;
  font-size: 16px;
  font-family: "Lora", serif;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Koulen", sans-serif;
  line-height: 0.8;
}

body {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--yellow);
}

h1 {
  font-size: 8rem;
}

p {
  line-height: 1.1;
}

a {
  border: 2px solid var(--black);
  padding: 1rem;
  font-family: "Koulen", sans-serif;
  text-decoration: none;
  color: var(--black);
  line-height: 0.727;
  display: inline-block;
  border-radius: 3px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 40rem;
  margin: 2rem;
  width: 100%;
}
