body{
  background-color: orange;
  color: black;
  background-image: url("https://i.ibb.co/jrMx0jH/multi157.jpg");
}

#middlescroll{
  width: 600px;
  height: 670px;
  background-color: rgba(255, 186, 90, 0.6);
  margin: 0 auto;
  overflow-Y: scroll;
}

#formulascroll{
  width: 400px;
  height: 670px;
  background-color: rgba(255, 186, 90, 0.6);
  float: left;
  margin-top: -44%;
  overflow-Y: scroll;
}



