

html { overflow-y: scroll; overflow-x:hidden; }


body {
  position: absolute; 
 font-size: 15px;
 color: #3b1858
 }
 p {

  width:600px;
  margin:auto;
  text-align: center;
 font-size: 23px;
 font-family: Georgia, Serif;
 border: none;
}
u {
text-decoration-line: underline;
text-decoration-style: wavy;
}
.wrapper { 
  background-color: rgba(255,255,255,0.5);
  border-top: 40px solid transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-image: url(border.png) round 75;
    border-image-outset: 0;
  border-image-outset: 35px 35px 35px 35px;
  margin-bottom: 40px;
  margin-top: 40px;
}