body, html {
  height: 100%;
  background-color: black;
}

.bg {
  /* The image used */
  background-color: #000a05;
  background-image: url("./PoetryInWomen-COVER.png");
  border: 5px solid;
  border-radius: 5px;
  border-color: black;

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: fit;
}