Help needed

by enbette

HTML

<!doctype html>
<html>
  <head>
    <style></style>
  </head>

  <body id="mybody2">
    <div
      class="textbox"
      style="
        overflow: auto;
        position: absolute;
        width: 436px;
        height: 415px;
        top: 85px;
        left: 126px;
        margin-right: -230px;
        margin-bottom: -319px;
        text-align: center;
      "
    >
      <span
        style="
          font-family: &quot;Verdana&quot;, times;
          font-style: italic;
          color: #782a00;
          font-size: small;
        "
        ><span style="color: #782a000"
          >We are bringing back Monthly Magazine! <br />
          Don’t know what Monthly Magazine is?<br /><br />
          <a
            href="https://en.virtualpopstar.com/home/profile?user=NewsTeam&amp;show=blog&amp;id=20474"
            >Click here!</a
          >
          <br /><br />
          This month SadBread and Kofod have gathered to bring this magazine to
          life for October. In the future we are hoping for your help!
          <br /><br /></span
      ></span>
      <div style="text-align: center">
        <span
          style="
            font-size: small;
            font-family: &quot;times new roman&quot;, times;
          "
          ><strong>How can you help, you might wonder?</strong></span
        >
      </div>
      <ul>
        <li style="text-align: left">
          <span
            style="
              font-size: small;
              font-family: &quot;times new roman&quot;, times;
            "
            >Send in page ideas</span
          >
        </li>
        <li style="text-align: left">
          <span
            style="
              font-size: small;
              font-family: &quot;times new roman&quot;, times;
            "
            >Nominate members of the month, within these categories:</span
          >
        </li>
        <ul style="text-align: left">
          <li>
            <span
              style="
               ...

CSS

#gameScreen {
        background-color: #f1f1f1;;
      } #mybody2{width:688px;height:500px; background-image:url('https://i.imgur.com/EXAFax5.png'); background-repeat: no-repeat;}
      
      /* How to make custom scrollbar */
/* Customize shape of scrollab */
.textbox::-webkit-scrollbar {
    width: 8px;
}

/* The area behind scrollbar */
.textbox::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* Customize the bar moving inside the tracker */
.textbox::-webkit-scrollbar-thumb {
    background-color: #ffa1de; 
    border-radius: 5px;
}

/* Scrollbar reacts to hover */
.textbox::-webkit-scrollbar-thumb:hover {
    background-color: #edb62d;
}


      /* EOS */