* {
    background-color: #f2f2f2;
}

:root {
    --shadow: #7c6ebb;
    --body: #000024;
    --white: #f9fbfa;
    --details: #eb789a;
}

.container {
    width: 500px;
    margin-left: calc(50% - 250px);
    margin-top: 15%;
}

@media (max-width: 376px) {

    .container {
        scale: 0.5;
        display: block;
    }
    
}

.shadow {
    position: relative;
}

.shadow-one {
    background-color: var(--shadow);
    width: 50px;
    height: 35px;
    margin-left: 280px;
    border-radius: 100%;
    position: absolute;
}

.shadow-two {
    background-color: var(--shadow);
    width: 106px;
    height: 67px;
    margin-top: 30px;
    margin-left: 205px;
    border-radius: 100%;
    position: absolute;
}

.shadow-three {
    background-color: var(--shadow);
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin-left: 50px;
    position: absolute;
}

.him { 
    background-color: var(--body);
    width: 170px;
    height: 170px;
    border-radius: 100%;
    margin-top: 50px;
}

.forehead {
    background-color: transparent;
}

button {
    margin-top: 80px;
    display: flexbox;
    background-color: var(--white);
    border-radius: 0px 0px 50px 50px;
    width: 70px;
    height: 40px;
    margin-right: 10px;
}

.right {
    transform: translateX(0px) rotate(-45deg);
}

.left {
    transform: translateX(0px) rotate(45deg);
}

.mouth { 
    margin-top: 10px;
    width: 80px;
    height: 40px;
    border-radius: 0px 0px 50px 50px;
    border: 0px;
    background-color: var(--details);
    margin-left: 35px;
    transform: skewX(25deg) skewY(5deg);
}

.shadow-four {
    background-color: var(--shadow);
    width: 136px;
    height: 67px;
    margin-top: -20px;
    margin-left: 135px;
    border-radius: 100%;
    position: absolute;
}

.shadow-five {
    background-color: var(--shadow);
    width: 86px;
    height: 80px;
    margin-top: 80px;
    margin-left: 255px;
    border-radius: 100%;
    position: absolute;
}

.shadow-six {
    background-color: var(--shadow);
    width: 70px;
    height: 80px;
    margin-top: 120px;
    margin-left: 255px;
    border-radius: 100%;
    position: absolute;
}

.shadow-seven {
    background-color: var(--shadow);
    width: 100px;
    height: 40px;
    margin-top: 190px;
    margin-left: 205px;
    border-radius: 100%;
    position: absolute;
}

.shadow-eight {
    background-color: var(--shadow);
    width: 30px;
    height: 30px;
    margin-top: 150px;
    margin-left: 345px;
    border-radius: 100%;
    position: absolute;
}

@media (max-width: 376px) {

    .shadow-one, .shadow-two, .shadow-three, .shadow-four, .shadow-five, .shadow-six, .shadow-seven, .shadow-eight {
        background-color: #eb789a;
    }
    
}