Free layout for anyone whom wants it, I will attach the code below just copy and paste. Please do not claim it as your own and please give me credit as learning to code this way has been challenging. If you want a custom layout please message me on the AU server, Cjcj is my player name there. All 3 of these boxes turn into scroll boxes, i just need to yap more for them to show up.
CLICK HERE for my grahpics portfolio 
I am genuinely only on this server because I am nosey. On the au server I am ranked inside the top 15 and breed the best selles, vanners and soon arabs.  
CODE



<!-- Main scrollable container -->
<div style="
  width:450px;
  height:544px;
  overflow-y:auto;
  margin:0 auto;
  background:url('https://i.imgur.com/hdoRoV9.jpeg') no-repeat center bottom;
  background-size:contain;
  background-color:#000;
  scrollbar-width:none;
  -ms-overflow-style:none;
">

  <!-- First section: background only -->
  <div style="width:450px;height:544px;"></div>

  <!-- Second section: overlay -->
  <div style="
    width:450px;
    height:580px;
    background:url('https://i.imgur.com/7DtUsDX.png') no-repeat center;
    background-size:contain;
  ">

    <!-- Scroll Box 1 -->
    <div style="
      width:220px; height:125px;
      overflow:auto;
      text-align:left;
      margin-top:60px; margin-left:45px; float:left;
      color:#000000; font-family:tahoma; font-size:12px;
      scrollbar-width:none; -ms-overflow-style:none;
    ">
      text text text text text text text text text text text text text text text text text
    </div>

    <!-- Scroll Box 2 -->
    <div style="
      width:220px; height:125px;
      overflow:auto;
      text-align:left;
      margin-top:60px; margin-left:200px; float:left;
      color:#000000; font-family:tahoma; font-size:12px;
      scrollbar-width:none; -ms-overflow-style:none;
    ">
      text text text text text text text text text text text text text text text text text
    </div>

    <!-- Scroll Box 3 -->
    <div style="
      width:220px; height:125px;
      overflow:auto;
      text-align:left;
      margin-top:60px; margin-left:45px; float:left;
      color:#000000; font-family:tahoma; font-size:12px;
      scrollbar-width:none; -ms-overflow-style:none;
    ">
      text text text text text text text text text text text text text text text text text
    </div>

    <div style="clear:both;"></div>
  </div>
</div>