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

html{
	background-position:Center;
background-image:url(https://files.catbox.moe/ld923s.webp);
}

.body{
  width:905px;
    height:850px;
  margin: auto;
   display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.left{
  background-color:white ;
border: 10px solid transparent; /* Required for border-image to show */
  border-image-source: url(https://files.catbox.moe/eijaww.png);
  border-image-slice: 10; /* How the image is sliced */
  border-image-repeat: round; /* or repeat / round / space */
  border-image-width: 10px; /* Optional, defaults to border-width */
  border-radius:20px ;
width:600px;
    height:800px;
    margin-right: 10px;
}

.right{
background-color:white ;
width:300px;
    height:800px;
    border: 10px solid transparent; /* Required for border-image to show */
  border-image-source: url(https://files.catbox.moe/eijaww.png);
  border-image-slice: 10; /* How the image is sliced */
  border-image-repeat: round; /* or repeat / round / space */
  border-image-width: 10px; /* Optional, defaults to border-width */
    border-radius:20px ;

}

.ltop{
  width:570px;
  height:200px;
border: 1px solid black;
      border-radius: 5px 5px 0px 0px ;

}