* {
  box-sizing: border-box;
}

:root {
  background-color: #fff8df;
  background-image: url(assets/light.png);
}

body {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: sans-serif;
  padding: 2rem 1rem;
}

main,
footer {
  max-width: 50rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

a {
  white-space: nowrap;
  color: #2641d0;
  text-decoration: black wavy underline;
  text-decoration-thickness: 2px;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
}

a:focus-within,
a:hover {
  background-color: #3e7495;
  color: white;
  text-decoration: none;
  border-block-end: 2px solid black;
  outline: none;
}

p {
}

footer {
  text-align: center;
}
