Back

29 - Suffocate

<p><p>
<style>
  * {
    background: #1A4341;
    margin: 0;
    p {
      background: #F3AC3C;
      height: 150px;
      width: 200px;
      border-radius: 0 0 100px;
      -webkit-box-reflect: right;
      & + p {
        scale: 1 -1;
      }
    }
  }
</style>