<p>
<style>
* {
background: #926927;
body {
background: #FFF;
}
* {
margin: 70px 140px 70px 160px;
border-radius: 30px;
color: #6D480A;
box-shadow: -5vw 0;
padding: 20px;
}
p {
margin: 0;
height: 80px;
border-radius: 10px;
box-shadow: inset -5vw 0;
}
}
</style>