:root {
  --amber: #ffbf00;
  --american-rose: #ff033e;
  --azure: #007fff;
  --majorelle-blue: #6050dc;
  --smoky-black: #100c08;
  --snow: #fffafa;
  --spacing: 1rem;
  --font-lg: 1.75rem;
  --font-xl: 2rem;
  --font-2xl: 2.25rem;
  --font-3xl: 2.5rem;
  --font-5xl: 3rem;
}

body {
  background-color: var(--snow);
  color: var(--smoky-black);
  font-size: var(--font-lg);
  line-height: 1;
}

.slide {
  height: 100vh;
  padding: calc(2 * var(--spacing));
  position: relative;
  font-size: var(--font-lg);
}

.title {
  color: var(--smoky-black);
  font-size: var(--font-3xl);
}

.talk-title {
  margin-top: 4rem;
  font-size: var(--font-4xl);
}

.subtitle {
  font-size: var(--font-2xl);
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid var(--azure);
}

.footer {
  font-size: var(--font-lg);
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  padding: 1rem;
}

img {
  width: 300px;
  display: inline-block;
}
