/* cursor from https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/others/oth-8/oth710.cur), default !important;}
body {
  text-align: justify;
  background-image: url('pics/plaid-pink.jpg');
  color: black;
  min-height: 100vh;
  font-family: 'EB Garamond';
}
.mainbox {
   border-radius: 25px;
  background-image: url('https://i.pinimg.com/736x/16/7c/7a/167c7ad808894a40a2415fada32fd987.jpg');
  width: 1000px;
  position: absolute;
  top: 300px;
  left:170px;
  padding: 10px;
  overflow:scroll;       
 scrollbar-width: none;
 border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/gTFIwdW.png") 11 fill round;       
}