body {
    background-image: url("https://boypussy.neocities.org/layout/archive/backgroundarch/lacetile.png");
    background-repeat: repeat;
    background-position: right top;
    background-size: 70px;
    margin: auto;
    width: 50%;
}

  .header-text h1 {
    font-size: 55px;
    margin: 0;
  }

  .marquee {
    background-color: #fcf8e3;
    width: 500px;
    height: 30px;
  }

  .box-sections {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    padding: 20px;
    width: 100%;
  }


  .inner-box {
    border-width:15px;
    border-style:solid;
    border-image: url("https://dl.dropbox.com/s/rr5se47u373c2yn/orange%20lace.png") 8 fill round;
    min-height: 5px;
    overflow: visible;
    padding: 10px;
    text-align: justify;
  }

  .inner-box-text {
    margin-top: 50px;
    overflow-y: scroll;
    width: 100%;
  }

  ::selection {
    background: #e0e8ff;
    color: brown;
  }
  

