body::-webkit-scrollbar {
  width:20px;
  box-shadow: 0px 0 20px grey;
}


body::-webkit-scrollbar-thumb {
  background-color: #eada18;
}

.list_a::-webkit-scrollbar, .list::-webkit-scrollbar {
  width:20px;
}

.list_a::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
  border-color: #eada18;
  border-left: transparent;
  border-right: transparent;
  border-style: solid;
  border-width: 11px;
  
}

.returnbtn p {
    justify-content: center;
    text-align: center;
    font-weight: lighter;
    font-size: 12px;
    padding: 0px;
    margin-right: 10px;
    width: 990px;
    height: 30px;
    position: absolute;
}

.returnbtn {
    display: inline-flex; 
    position: absolute;
    top:865px;
}

.returnbtn p a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color:black;
  padding: 10px;
}

.return:hover {
  width:300px;
  height:30px;
  transition: 0.3s;
  cursor: pointer;
  background-color: grey;
  color: white;
}


.return {
    border: none;
    background-color: #eada18;
    width:300px;
    height:30px;
    margin-left:728px;
    position: absolute;
}


.box_a h1{
  margin-top:-90px;
  margin-left: 60px;
  z-index: 9999;
  font-size:40px;
  background-color: #eada18;
  width: 565px;
}

.box_a h2 {
  line-height: 40px;
  text-align: left;
  margin-left: 180px;
}


.box_b h2 {
  line-height: 40px;
  text-align: left;
  margin-left: 180px;
}




.box_b h1 {
  margin-top:-90px;
  margin-left:220px;
  z-index: 9999;
  font-size:40px;
  background-color:grey;
  width: 565px;
}

.twobox {
  display: inline-flex;
  text-align: center;
  
}

.box_a p {
  justify-content: center;
  text-align:left;
  font-weight: lighter;
  font-size: 15px;
  padding: 20px;
  margin-right: -175px;
  width:300px;
  color:black;
  margin-left:230px;
  line-height: 18px;
}

.box_b p {
  justify-content: center;
  text-align:left;
  font-weight: lighter;
  font-size: 15px;
  padding: 20px;
  margin-right: -10px;
  width:300px;
  color:black;
  margin-left:230px;
  line-height: 18px;
}

.outerbox {
  height:600px;
  margin-top:20px;
  margin-bottom:100px;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_two.jpg);
  background-size:1500px;
  animation:animateBg 10s linear infinite alternate;
   
}

@keyframes animateBg {
  from{
    background-position: 0 0;
  }
  to{
    background-position: 10% 0;
  }
}

.outerbox_pgtwo {
  height:600px;
  margin-top:20px;
  margin-bottom:100px;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_one.jpg);
  background-size:1500px;
  animation:animateBg 10s linear infinite alternate;
   
}

@keyframes animateBg {
  from{
    background-position: 0 0;
  }
  to{
    background-position: 10% 0;
  }
}

.outerbox_pgthree {
  height:600px;
  margin-top:20px;
  margin-bottom:100px;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_three.jpg);
  background-size:1500px;
  animation:animateBg 10s linear infinite alternate;
   
}

@keyframes animateBg {
  from{
    background-position: 0 0;
  }
  to{
    background-position: 10% 0;
  }
}


.list {
  line-height: 20px;
  display:inline-grid;
  top: 300px;
  left:-105px;
  position: absolute;
  overflow: hidden;
  overflow-y:scroll;
  white-space:pre;
  height: 400px;
  width:705px;
}

.list_a:before {
  content:"";
  display:block;
  width:550px;
  height:2px;
  background:#eada18;
  position:absolute;
  right:285px; 
  top:50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.list_a {
  line-height: 20px;
  display:inline-grid;
  top: 300px;
  left: 550px;
  position: absolute;
  overflow: hidden;
  overflow-y:scroll;
  white-space:pre;
  height:400px;
  width:705px;
}


.listbox {
  margin-top: -250px !important;
  margin-bottom: 50px !important;
  font-size:15px !important;
  width:400px !important; 
}

.listbox_a {
  margin-top: -250px !important;
  margin-bottom: 50px !important;
  font-size:15px !important;
  width:400px !important; 
}

.box_a, .box_b {
width:500px;
}