.win98popup {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  font-family: "Times New Roman", sans-serif;
  background: #c2c6ca;
  font-size: 12px;
  -webkit-font-smoothing: none;
  width: 265px;
  height: 118px;
  box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px #C2C6CA, inset -1px -1px #85898d, inset 2px 2px white; }
  .win98popup button {
    background: #c2c6ca;
    font-family: "Times New Roman", sans-serif;
    font-weight: bold;
    outline: none; }
  .win98popup .shadow {
    box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px white,
 inset -1px -1px #85898d; }
  .win98popup .bar {
    display: flex;
    flex-flow: row nowrap;
    font-weight: bold;
    justify-content: space-between;
    width: calc(100% - 11px);
    height: 13px;
    color: white;
    background: #00a;
    padding: 2px 3px 3px;
    margin: 3px 2px 1px 3px; }
    .win98popup .bar p {
      margin: 0; }
    .win98popup .bar button {
      width: 15px;
      height: 13px; }
      .win98popup .bar button:active {
        box-shadow: 0.5px 0.5px 0 0.5px white, inset 1px 1px black,
 inset -1px -1px #c2c6ca, inset 2px 2px #85898d; }
        .win98popup .bar button:active svg {
          transform: translateX(1px) translateY(1px); }
      .win98popup .bar button svg {
        margin: 3px 3px 3px 4px; }
  .win98popup .buttons {
    display: flex;
    flex-flow: row nowrap;
    margin: 1px 15px 14px 14px; }
    .win98popup .buttons button {
      width: 74px;
      height: 22px;
      display: grid; }
      .win98popup .buttons button:not(:last-child) {
        margin-right: 7px; }
      .win98popup .buttons button p {
        font-size: 12px;
        margin: auto; }
      .win98popup .buttons button img {
        margin: 4px 3px 3px 4px;
        display: none; }
      .win98popup .buttons button p, .win98popup .buttons button img {
        grid-column: 1;
        grid-row: 1; }
      .win98popup .buttons button:focus {
        outline: none;
        box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px black,  inset -1px -1px black, inset 2px 2px white, inset -2px -2px #85898d; }
        .win98popup .buttons button:focus img {
          display: block; }
      .win98popup .buttons button:active {
        box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px black,
 inset -1px -1px #85898d, inset 2px 2px #85898d;
        outline: none; }
        .win98popup .buttons button:active p, .win98popup .buttons button:active img {
          transform: translateX(1px) translateY(1px); }

html, body {
  height: 100%; }

body {
  margin: 0;
  background: #55aaaa;
  display: flex;
  justify-content: center;
  align-items: center; }
