body {
  background: #FFC2D1;
  font-family: monospace;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  width: 800px;
  height: 600px;
  background: url(images/bliss.png) no-repeat;
  border: solid 4px white;
  border-radius: 8px;
  position: relative;
}

.window {
  position: absolute;
}

.article {
  height: 356px;
  overflow: scroll;
}

.window-body h4 {
  font-size: 14px;
}