main {
  /* max-width: 90%; */
  max-width: 840px;
  margin: auto;
  font-size: 1.2em;
}

@media print {
  /* All your print styles go here */
  main,
  :root {
    font-size: 0.7em;
    --global-line-height: 0.7em;
  }
  section li {
    margin: 0;
    padding: 0;
  }
}

:root {
  --global-line-height: 1.3em;
}

div.presentation {
  display: flex;
  justify-content: flex-start;
}

div.presentation > div {
  padding: 0.6em;
}

div.presentation .photo,
.badge {
  align-content: center;
}

div.presentation .photo img {
  max-width: 120px;
}

div.presentation .badge img {
  max-width: 140px;
}
div.presentation li {
  margin: 0;
}

div.presentation .badge a:hover {
  background: none !important;
}

div.presentation ul {
  list-style: square;
}

article.terminal-card > div {
  background-color: white;
}

p {
  margin-bottom: calc(var(--global-space) * 1.1) !important;
}

body {
  overflow: auto;
  position: relative;
}

.demo-bg {
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  filter: blur(3px);
  z-index: -1;
}

.main {
  position: relative;
  overflow-y: scroll;
}

section {
  padding: 0.5em;
}

section li {
  margin: 0.5em 0;
}
