<div class="outer">
<div class="inner"></div>
</div>
<style>
body {
display: grid;
place-items: center;
height: 100%;
margin: 0;
background: #328FC1;
}
.outer {
height: 6.5rem;
width: 3.1rem;
background: #3D2525;
border-radius: 0 0 0.65rem 0.65rem;
}
.inner {
width: 2.5rem;
height: 2.5rem;
background: #328FC1;
margin: 0.3rem auto;
border-radius: 0 0 2rem 2rem;
}
</style>