:root {
  width: 100%;
  height: 100%;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
}

h1 {
  color: var(--text-1);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

h2 {
  color: var(--text-1);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.5rem;
}

h2:not(:first-child) {
  margin-top: 2rem;
}

p,
ul {
  color: var(--text-2);
  font-size: 1.25rem;
  line-height: 1.5;
}

p:not(:last-child),
ul:not(:last-child) {
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1rem;
  text-align: center;
}

ul {
  list-style: disc;
  padding-left: 1rem;
}

b {
  font-weight: 900;
}

.container {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pic {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  box-shadow: 0 0 1rem rgba(153, 0, 51, 40%);
}

a:link {
  color: var(--text-3);
  font-weight: 900;
  text-decoration: underline;
}

a:visited {
  color: var(--text-3);
}

a:hover {
  color: var(--text-1);
}

@media (min-width: 720px) {
  h1 {
    font-size: 5rem;
  }

  .pic {
    width: 12.5rem;
    height: 12.5rem;
  }
}

section {
  background: var(--bg);
  background-attachment: fixed;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.dark {
  --bg: radial-gradient(
      circle at center,
      rgba(25, 14, 14, 0) 70%,
      rgba(25, 14, 14, 50%) 90%
    ),
    radial-gradient(
      farthest-corner at 0 0,
      #330f14 0%,
      #1a0a26 50%,
      #190e0e 100%
    );
  --text-1: #fff;
  --text-2: #d9c1be;
  --text-3: #96a9f9;
}

section.dark h1 {
  text-shadow: 0 0 2rem rgba(153, 0, 51, 40%);
}

section.dark h2 {
  text-shadow: 0 0 1rem rgba(153, 0, 51, 40%);
}

section.light {
  --bg: #fff;
  --text-1: #190e0e;
  --text-2: #190e0e;
  --text-3: #385aec;
}

.goblim {
  display: block;
  width: 275px;
  height: 318px;
  margin-left: auto;
  margin-right: auto;
}

.skelington {
  display: block;
  width: 307px;
  height: 388px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
}
