<div class="box box1"></div>
<div class="box box2"></div>
<div class="box box3"></div>
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
margin: 0;
margin-top: 0.95rem;
}
.box {
width: 17.5rem;
height: 6.85rem;
border-radius: 0.6rem 0.6rem 0 0;
}
.box1 {
background: #5528A5;
width: 12.5rem;
height: 2.5rem;
}
.box2 {
background: #6855BF;
width: 15rem;
height: 2.5rem;
}
.box3 {
background: #9E8DEC;
border-radius: 0.6rem;
}
</style>