CSS Battleāļø Letter B š„

Challenge:ā

Click here to Start CSS Battle Challengeā
My Solution:ā
Unfortunately, I'm not good enough to make it 100% accurate. I tried to make it as close as possible. I'm still learning and I'm open to any suggestions:D
Score:597.26 (99.9% match)
<div class="d"></div>
<div class="d"></div>
<style>
body{
background:#6592CF;
margin:0;
}
.d{
position:absolute;
width:100px;
height:70px;
border-bottom-right-radius:24px;
border-top-right-radius:40px;
background:#060F55;
top:80px;
left:110px;
box-shadow:40px 0 0 0px #2E3B9F,80px 0 0 0 #515DBD;
}
.d:nth-child(2){
border-top-right-radius:24px;
border-bottom-right-radius:40px;
top:150px;
}
</style>