Back to battles

#48

Wash Your Hands

<div>
  <span></span>
</div>
<style>
  body {
    background: #293462;
    display: grid;
    place-content: center;
  }
  div {
    width: 200px;
    height: 100px;
    background: #fe5f55;
    border-radius: 20px;
    translate: 0 -10px;
    box-shadow: 0 20px #a64942;
    display: grid;
    place-content: center;
  }

  span {
    height: 40px;
    width: 140px;
    border-radius: 40px;
    background: #a64942;
  }
</style>

10

6/6