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: 'Verdana', 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: 'times new roman', 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: 'times new roman', times;">Send in page ideas</span></li>
<li style="text-align: left;"><span style="font-size: small; font-family: 'times new roman', times;">Nominate members of the month, within these categories:</span></li>
<ul style="text-align: left;">
<li><span style="font-size: small; font-family: 'times new roman', times;">Best dressed</span></li>
<li><span style="font-size: small; font-family: 'times new roman', times;">Party animal/Active</span></li>
<li><span style="font-size: small; font-family: 'times new roman', times;">Generous/Kind</span></li>
</ul>
<li style="text-align: left;"><span style="font-size: small; font-family: 'times new roman', times;">Send in memes or art we can feature</span></li>
<li style="text-align: left;"><span style="font-size: small; font-family: 'times new roman', times;">Volunteer to help us for one or more magazines, we have three roles to fill in</span></li>
<ul>
<li style="text-align: left;"><span style="font-size:...

CSS

#gameScreen {
        background-color: #f1f1f1; padding:0px; margin:0px;
      } #mybody2{width:688px;height:500px; padding:0px; margin:0px ; background-image:url('https://i.imgur.com/fVV2syL.png')}
      
      /* 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: #000000;
}


      /* EOS */