<p><p>
<style>
* {
background: #F3AC3C;
border-radius: 9in;
margin: 0;
position: relative;
}
p {
height: 100vw;
background: #998235;
top: -250px;
}
p + p {
box-shadow: 0 -200px 0 -100px #1A4341, 0 -200px 0 -75px #F3AC3C;
}
</style>