
body {
  background-image: url("https://i.postimg.cc/GmR7fGPc/tumblr-86fac63d77326288b60729348c9436b3-0ce0506d-1280.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
  margin:45px;
  border: 10px outset rgb(120,20,190);
  padding:30px;
  
  color: rgb(245, 0, 245);
}

.scrollybox {
  width:200px;
  height:200px;
  display: inline-block;
  
  border: 10px outset rgb(120,20,190);
  padding: 15px;
  overflow-y: scroll;
  background: rgb(0,0,0);
}

img {
  width:400px;
  height:400px;
  float:left;
  margin:10px;
  margin-right:50px;
}