.aaa {
display: flex;
margin-top: 1.5rem;
height: 45%;
width: 100%;
flex-flow: row;
justify-content: center;
align-content: center;
}
.bbb {
display: flex;
margin-top: 1.5rem;
height: 45vh;
width: 100%;
flex-flow: row;
justify-content: center;
align-content: center;
}
.sss {
display: flex;
flex-flow: column;
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100vh;
resize: both;
overflow: auto;
}
.bjp__svg {
height: 100%;
}