<div class="line"></div>
<div class="bar"></div>
<div class="bar top"></div>
<div class="bar"></div>
<div class="line"></div>
<style>
body {
background: #DE6B67;
display: flex;
margin: 0;
height: 100%;
width: 100%;
}
div{background: #EDDF5A;}
.line {
width: 10rem;
height: 1.7rem;
margin-top: 13.3rem;
}
.bar {
height: 9.1rem;
width: 1.68em;
margin-top: 5.9rem;
}
.top {margin-top: 1.27rem; height: 8.1rem;}
</style>