body {
    padding: 0;
    margin: 0;
    background-color: #a2d594;
}

.container {
    height: 500px;
    width: 350px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
}

.cat {
    position: relative;
    top: 150px;
    left: 50px;
}

.face {
    background-color: #33292b;
    width: 150px;
    height: 100px;
    border-radius: 30px;
}

.ear-l,
.ear-r {
    width: 0;
    height: 0;
    border-bottom: 50px solid #33292b;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative;
    z-index: -1;
}

.ear-l {
    bottom: 35px;
    transform: rotate(-30deg);
}

.ear-r {
    bottom: 85px;
    left: 110px;
    transform: rotate(30deg);
}

.innerl {
    width: 0;
    height: 0;
    border-bottom: 50px solid #d36149;
    border-left: 25px solid transparent;
    right: 25px;
    position: relative;
}

.innerr {
    width: 0;
    height: 0;
    border-bottom: 50px solid #d36149;
    border-right: 25px solid transparent;
    position: relative;
}

.eye-l,
.eye-r {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d2873b;
    border-radius: 50%;
}

.eye-l {
    top: 25px;
    left: 30px;
}

.eye-r {
    top: 25px;
    left: 90px;
}

.eyeball-l,
.eyeball-r {
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #33292b;
    border-radius: 50%;
    top: 2.5px;
    left: 2.5px;
}

.nose {
    position: relative;
    width: 0;
    height: 0;
    border-top: 8px solid #d36149;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 49px;
    left: 68px;
}

.l1,
.l2 {
    background-color: #d36149;
    height: 8px;
    width: 1px;
    position: relative;
}

.l1 {
    transform: rotate(45deg);
    right: 4px;
    bottom: 1.5px;
}

.l2 {
    transform: rotate(-45deg);
    bottom: 10px;
    left: 3px;
}

.body {
    background-color: #33292b;
    width: 130px;
    height: 120px;
    position: relative;
    left: 30px;
    bottom: 5px;
    border-radius: 0 65px 0 0;
}

.paw-l,
.paw-r {
    background-color: #33292b;
    height: 10px;
    width: 22px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.paw-l {
    top: 120px;
}

.paw-r {
    left: 50px;
    top: 110px;
}

.tail {
    background-color: #33292b;
    position: relative;
    width: 100px;
    height: 20px;
    top: 80px;
    left: 100px;
    border-radius: 0 20px 20px 0;
}

.shadow {
    background-color: #0808080d;
    width: 150px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    left: 20px;
    bottom: 15px;
    z-index: -1;
}