body{
     background-color: whitesmoke;
     margin: 0;
}
.scleft{
     position: relative;
     margin-top: 58px;
     margin-left: 0;
     width: 500px;
     height: 650px;
     border: none;
}
.scright{
     display: flex;
     position: absolute;
     margin-left: 500px;
     margin-top: -650px;
     margin-bottom: 50px;
     width: 845px;
     height: 620px; /*840px;*/
     border: none;
}