html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.2;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-image: linear-gradient(180deg, rgba(177,0,255,1) 0%, rgba(17,22,200,1) 35%, rgba(2,0,36,1) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: 'Share Tech Mono', monospace;
  font-size: 18px;
}

a {
  color: #f4e719;
  text-decoration: none;
}

a:hover {
  color: white;
}

a > header {
  color: #333333;
}

.container {
  margin-top: 5rem;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

button {
  background: none;
  padding: 0.4rem 0.5rem 0.1rem 0.5rem;
  font-size: 18px;
  font-family: 'Share Tech Mono', monospace;
  border: none;
  color: #333333;
  border-bottom: 2px solid #333;
}

button:hover {
  background: blue;
  color: white;
  padding: 0.4rem 0.5rem 0.1rem 0.5rem;
  border-bottom: 2px solid #333;
}

button:active {
  background: #ee26c0;
  color: #ffffff;
  border-bottom: 2px solid #ee26c0;
}

p,
ul {
  margin-bottom: 1em;
}

em {
  font-style: italic;
}

header {
  margin: 0 0 2.5em 0;
  font-family: 'Share Tech Mono', monospace;
  font-size: 36;
}

section {
  max-width: 42em;
  padding: 10px;
  margin: 1em auto;
}

strong,
header {
  font-weight: bold;
}

h2 {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 24;
}

h3 {
  margin-bottom: 0.5em;
}

.events {
  padding-top: -5em;
}

.events article {
  padding: 2em 3em 1em;
  margin: 0 auto 1em;
  background-color: rgba(177, 0, 255, 0.5);
}

.events button {
  margin: 1rem 0 1rem 0;
}

@media only screen and (max-width: 600px) {
  .events article {
    padding: 1em;
  }
}

ul {
  list-style: circle;
  list-style-position: outside;
  padding-left: 2em;
}

summary li {
  margin-bottom: 0.5em;
}

section.imprint {
  color: #80676b;
}