@import url('https://fonts.googleapis.com/css?family=Mouse+Memoirs&display=swap');

body {
  font-family: 'Mouse Memoirs', sans-serif;
  background: rgb(250, 244, 219);
  color: rgb(108, 177, 158);
  margin: 0;
  padding: 0;
  font-weight: bold;
  background-size: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
}

h1, h2, h3, p {
  margin: 0;
}

strong, em, a {
  font-style: normal;
  color: rgb(110, 100, 162);
}

strong {
  color: #EB4D5C;
}

a {
  /*background: #547B97;*/
  color: rgb(110, 100, 162);
  text-decoration: none;
}

img {
  width: 100%;
}

div {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 75px;
  line-height: 97%;
}

pre {
  font-family: 'Courier';
  color: rgb(220, 87, 94);
  letter-spacing: 2px;
  display: inline;
}

span {
  background: #ddd;
  display: inline;
}

div.center {
  text-align: center;
}

div.imageText {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
