body {
  background-color:#ffdaf2;
  color:red;
}

#message {
 border-image-slice:
117 190 155 60;
border-image-width:
22% 40% 37% 9%;
border-image-outset:
51px 180px 130px 40px;
border-image-repeat:
stretch stretch;
border-image-source:
url("https://lunarnotfound.neocities.org/site-kim/100.png");
border-style:
solid;
position:relative;
left:60%;
width:300px;
padding:5px;
top:-50px;
}

#main {
  position:relative;
  left:5px;
  width:55%;
  
}