

body {
  background-color: #FF9FE0;
  color: black;
  font-family: Verdana;
}

#poem-block {
  background-color: white;
  width: 500px;
  height: 600px;
  align-self: center;
  padding: 24px;
  text-align: left;
  font-size: 14px;
}

#title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 16px;
  color: #444444;
}

#date {
  font-size: 12px;
  color: #666666; 
  padding-left: 8px;
}

#content {
  height: 98vh;
  width: 500px;
  text-align: center;
  margin: 0 auto;
}

.header:after, .footer:after {
  content: " ";
  display:block;
  position: relative;
  top:0px;
  left:0px;
  width:548px;
  height:36px;
  background: linear-gradient(white 0%, transparent 0%), linear-gradient(135deg, #FF9FE0 33.33%, transparent 33.33%) 0 0%, #FF9FE0 linear-gradient(45deg, #FF9FE0 33.33%, white 33.33%) 0 0%;
  background: -webkit-linear-gradient(white 0%, transparent 0%), -webkit-linear-gradient(135deg, #FF9FE0 33.33%, transparent 33.33%) 0 0%, #FF9FE0 -webkit-linear-gradient(45deg, #FF9FE0 33.33%, white 33.33%) 0 0%;
  background: -o-linear-gradient(white 0%, transparent 0%), -o-linear-gradient(135deg, #FF9FE0 33.33%, transparent 33.33%) 0 0%, #FF9FE0 -o-linear-gradient(45deg, #FF9FE0 33.33%, white 33.33%) 0 0%;
  background: -moz-linear-gradient(white 0%, transparent 0%), -moz-linear-gradient(135deg, #FF9FE0 33.33%, transparent 33.33%) 0 0%, #FF9FE0 -moz-linear-gradient(45deg, #FF9FE0 33.33%, white 33.33%) 0 0%;
      background: -ms-linear-gradient(white 0%, transparent 0%), -ms-linear-gradient(135deg, #FF9FE0 33.33%, transparent 33.33%) 0 0%, #FF9FE0 -ms-linear-gradient(45deg, #FF9FE0 33.33%, white 33.33%) 0 0%;
  background-repeat: repeat-x;
  background-size: 0px 548px, 9px 27px, 9px 27px;
}

.main
{
  height:200px;
  padding: 36px 0;
  box-sizing:border-box;
  background-color:white; 
}
.flip-vertical {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv; /*IE*/
  filter: flipv; /*IE*/
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-1/ani199.ani), url(https://cur.cursors-4u.net/anime/ani-1/ani199.png), auto !important;} /* End https://www.cursors-4u.com */