* {
	box-sizing: border-box;
  cursor: url(https://cur.cursors-4u.net/anime/ani-1/ani189.cur), auto !important;
}

::selection {
	color: rgb(255, 255, 255);
	background-color: brown;
}


.solid {
  border-top: 3px solid #bbb;
}


 body {
	background-color:#000000;
	background-image: url('/blkgrid.jpg');
	overflow: hidden;
}

.wrapper {
	width: fit-content;
  margin: 0 auto;
}
 .main {
    display: inline-block;
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;
    width: 600px;
    height: 600px;
    top: 100px;
    outline: 5px #C00 double;
    padding: 5px;
    line-height: 24px;
}

  .main > p {
    text-indent:  4ch;
}

  .main > p::first-letter {
  font-size: 1.5rem;
  font-weight: bold;
  color: brown;
}

  .rightside {
    position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  width: 200px;
  height: 200px;
  top: -504px;
  outline: 5px #C00 double;
  line-height: 24px;
  z-index: -1;
  left: 612px;
}

.rightside > img {
    width: 200px;
    height: 200px;
}

  .leftside {
    position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  width: 200px;
  height: 200px;
  top: -704px;
  outline: 5px #C00 double;
  line-height: 24px;
  z-index: -1;
  right: 212px;
}

  .leftside > img {
    width: 200px;
    height: 200px;
}