html,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #200024;
  color: #dfdfdf;
  font-family: "Helvetica Neue", "helvetica", "arial", sans-serif;
}

main {
  background-color: #000000;
  padding-bottom: 3rem;
  min-height: 80vh;
}
main .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
main .details.minimize {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.1rem;
}

img {
  max-width: 100%;
  height: auto;
}

p:last-of-type {
  margin-bottom: 0;
}

.subtitle {
  font-weight: bold;
  color: #b4b4b4;
  font-size: 1.2rem;
}

a {
  color: #95d0c8;
  text-decoration: none;
}
a:hover {
  color: #4eb4a7;
}

.section {
  margin-bottom: 2rem;
}
.section:last-of-type {
  margin-bottom: 0;
}

.container {
  margin-bottom: 2rem;
}
.container.minimize {
  margin-bottom: 0;
}