@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url("https://podstitch.co.uk/santapod.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: white;
  font-size: 1rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2rem;
}

img {

  min-height: 3rem;
  max-width: calc(100vw - 40px);
}

h1 {
  font-size: 3rem;
  font-weight: 600;
}

p {
  max-width: 80ch;
}

footer {
  position: absolute;
  bottom: 10px;
  font-size: 1rem;
}

a, a:link, a:visited {
  color: white;
  text-decoration: underline;
}
