
:root {
  color: white;
  font-family: sans-serif;
}


body {
  background: #333;
}


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


.center {
  box-sizing: content-box;
  max-inline-size: 60ch;
  margin-inline: auto;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.cover {
  display: flex;
  flex-direction: column;
}

.cover > * {
  margin-block: 1rem;
}

.cover > img {
  margin-block: auto;
}

.cover > :first-child:not(img) {
  margin-block-start: 0;
}

.cover > :last-child:not(img) {
  margin-block-end: 0;
}


.fullscreen {
  block-size: 95vh;
}


.icon {
  height: 1.1rem;
  height: 1.3cap;
  border-radius: 50%;
}
