
body {

	font-size: 16px;
	margin: 0;
	padding: 0px;
  color: #23152F;
  background:url(/images/marxbg.png);
  background-color:black;
}
/* Contains everything*/
.wrapper {
  width: 630px;
  height: auto;
  margin: auto;
background: linear-gradient(90deg,rgba(43, 20, 56, 1) 0%, rgba(156, 68, 173, 1) 50%, rgba(43, 20, 56, 1) 100%);
  
}


.love {
 position: absolute;
  top: -6px;
  right: -50px;
  position: relative;
}


.part1 {
  float: left;
  padding: 10px;
  height: auto;
}




.part1.image {
 background-color: #f0e6c1;
  padding: 5px;
  width: 200px;
  height: auto;
 margin-left: -160px;

  margin-bottom: 100px;
 border: 10px solid transparent; 
border-image: url('/images/misc/stickborder.png') 10 round;
border-image-outset:10px;

}


.textbox {
  padding: 10px;
  margin: 6px;
  margin-bottom: 0px;
  margin-left: 20px;
  background-color: #dea0dc;
  width: 89%;
  height: auto;
 border-radius:7px ;

}

.textbox2 {
  padding: 10px;
  margin: 6px;
  margin-bottom: 0px;
  margin-left: 20px;
  background-color: #dea0dc;
  width: 89%;
  height: 450px;
 border-radius:7px;
overflow:scroll;
}



/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
  
}


