#box1{
 position: absolute;
 top: 128px;
}

#box2 {
  width: 256px;
  position: absolute;
  left: 50%;
  top: 128px;
  margin-left: -128px; /* Half of the width (256 / 2) */
}
#box3 {
  width: 256px; /* or whatever width fits your layout */
  position: absolute;
  right: 1%;
  top: 128px; /* adjust as needed */
  overflow: hidden;
}

#box4{
 position: absolute;
 top: 384px;
}

body {
  overflow-x: hidden;
}

h1{
 color: #16c60c;
 font-family: Consolas;
}

p{
 color: #16c60c;
 font-family: Consolas;
}

li{
 color: #16c60c;
 font-family: Consolas;
}

ul li {
   margin-bottom: 8px;
}

hr {
 background-color: #16c60c;
}

a {
 color: #16c60c;
}