*{
    background-color: aquamarine;
    cursor: url('Assets/dot2.png'), pointer;
}

html, body {
    overflow: hidden; /* Disables scrolling */
    height: 100%; /* Ensures the body fills the viewport */
    margin: 0; /* Removes default margin */
}
#main{
    display: flex;
    position: relative;
}
img{
    background-color: transparent;
}
.movers{
    background-color: transparent;
    opacity: 0.5;
    position: absolute;
    height: 165px;
    width: 320px;
}
#move1{
    top: 25%;
    left: 7%;
    z-index: 20;
}
#move1:hover + #eb1{
    transform: translate(0px,-120px);
    transition: transform 0.15s ease-out;
}
#move2{
    top: 25%;
    left: 16%;
    transform: translate(265px,0px);
    z-index: 20;   
}
#move2:hover + #eb2{
    transform: translate(100px,-120px);
    transition: transform 0.1 0.15s ease-in-out;
}
#noseimg{
    transform: translate(-10px,-20px);
    height: 70px;
}
#info{
    position: absolute;
    top: 50px;
    font-size: small;
}
.eyes{
    top: 15%;
    scale: 0.35;
    background-color: transparent;
    z-index: 2;
    position: absolute;
}
#eye1{
    left: 11.5%;
    position: absolute;
    transform: translate(300px, 175px);
}
#eye2{
    left: 15%;
    position: absolute;
    transform: translate(780px,175px);
}
.eb{
    background-color: transparent;
}
.ebs{
    scale: 1.2;
    z-index: 4;
    background-color: #0000;
    position: absolute;
    top: 27%;
    left: 13%;
    transition: transform 0.25s ease-in-out;
}

#eb2{
    left: 40%;
    transform: translate(100px,0px);
}
#face{
    position: absolute;
    left: 25vw;
    top: -190px;
    height: 825px;
    width: 750px;
    border-radius: 50%;
    /* background-color: #FFC080; */
    /* transform: scale(1.5); */
    background-color: #edaf8a;
}

#nose{
    scale: 2;
    position: absolute;
    top: 40%;
    left: 49%;
    height: 50px;
    width: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top: 0px;
}

#lips{
    position: absolute;
    scale: 2;
    left: 48%;
    top: 70%;
    height: 1px;
    width: 50px;
    background-color: rgb(231, 90, 90);
    z-index: 4;
}

#beard{
    position: absolute;
    top: 400px;
    height: 400px;
    width: 750px;
    background-color: #c7baad;
    border: 0px solid #000;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
    opacity: 0.7;
}

#trimmer{
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: #0000;
    z-index: 5;
    /* transform: translate(); */
}

#score{
    position: absolute;
    font-size: 40px;
    left: 10px;
}

#clipper{
    background-color: rgba(00, 00, 00, 00);
    width: 90px;
    translate: -10px 0px;
}
