body{
    background-color: rgb(106, 121, 134);
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.face{
    display: flex;
    gap: 60px;
}




.eye {
    width: 140px;
    height: 70px;
    background-color: white;
    border: 4px solid black;
    border-radius: 110px 1px;
    position: relative;
    overflow: hidden;
}



.pupil{
    width: 30px;
    height: 30px;
    background-color: black;
    border-radius: 100px;
    position: absolute;
    top: 20px;
    left: 50px;
    transition: 0.1s;
}























/* .eye{
    width: 100px;
    height: 100px;
    background-color: white;
    border: 4px solid black;
    border-radius: 110px 1px;
    position: relative;
    overflow: hidden;
} */


/* .eye {
    width: 100px;
    height: 100px;
    background-color: white;
    border: 4px solid black;
    position: relative;
    overflow: hidden;
    clip-path: inset(0% 0% 0% 0% round 110px 1px);
} */