Body {
  background-image: url("https://hajewil.neocities.org/Images/HWilliams_02%20(1).jpg");
  background-size: 1280px 675px;
  font-family: "Almond Milky"}

#Mainrectangle{
  background-image: url("https://hajewil.neocities.org/Images/corkboard.png");
  background-size: 200px 500px;
  width: 600px;
  height: 450px;
  top: 150px;
  left: 340px;
  display: flex;
  position: absolute;
  }
  
#halfofmain {
  left: -30px;
  border: 2px solid red;
  width: 630px;
  height: 200px;
  position: relative;
  word-wrap: break-word;
  }

#toprighttext {
  color: purple;
  font-size: 13px;
  border: 40px solid transparent;
  background: white;
  border-image: url("https://hajewil.neocities.org/Images/frame.jpg") 200 round;
  width: 150px;
  height: 150px;
  position: relative;
  left: 350px;
  top: -170px;}
