.about-img {
  display: flex;
  flex-direction: column;
  align-items: safe center;
}

.about-img > div {
  width: 100%;
  max-width: 25em;
  min-width: 18em;
}

.about-img .window-bg img {
  width: 100%;
  height: auto;
}

#content > div {
  padding-bottom: 2em;
}

.about-bsod {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  user-select: none;
}

.about-show-bsod .about-bsod {
  display: initial;
}