body {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0px auto 0px auto;
  width: 90vw;
  min-height: calc(100vh - 100px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: snow;
}

img.header-image {
  width: 100%;
  height: 25em;
  object-fit: cover;
  object-position: 0% 45%;
}

hr {
  width: 50%;
  margin: 2em auto;
}

main {
  display: flex;
  flex-wrap: wrap;
}

main > section {
  margin-left: 0.5em;
  margin-right: 1em;
}

section.description {
  width: 100%;
}

section.highlights {
  width: 55%;
}

section.event-details {
  width: 35%
}

h2 {
  margin-top: 0px;
}

ul {
  padding-left: 1em;
}

ul li {
  margin-bottom: 0.5em;
}

img.logo {
  width: 5em;
  display: block;
  margin: 1em auto 0px auto;
}

a {
  text-decoration: none;
  color: cornflowerblue;
}

footer {
  text-align: center;
}