.hidden{
    opacity: 0;
}

body{
    margin:0;
    padding:0;
    background: #c83535;
}

.full{
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.char {
    width: 800px;
    height: 800px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.tor {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}


.blobbody{
    left: 25%;
    bottom: 0%;
    width: 400px;
    height: 500px;
    /* display: flex; */
    position: absolute;
    justify-content: center;
    align-items: end;
    /* position: relative; */
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: fill; */
    z-index: 2;
}

/* .glasses{ 
    left: 22%;
    bottom: 22%;
    /* top: 100px; */
    /* top: 70px; */
    /* right: 650px; */
    /* position: absolute;
    /* width: 600px; */
    /* height: 250px; */
    /* object-fit: fill; */
    /* z-index: 4; } */

.eyes{
    width: 100em;
    height: 100em;
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* .eyeleft{
    top: 14%;
    left: -12%;
    width: 100%;
    height: 100%;
    scale: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
}

.eyeright {
    top: 14%;
    left: 13%;
    width: 100%;
    height: 100%;
    scale: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
} */

#pupilleft {
    background-image: url("pupil.png");
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    top: -2em;
    left: -37em;
    scale: 0.8;
    position: absolute;
    z-index: 1;
}

#pupilright {
    background-repeat: no-repeat;
    background-image: url("pupil.png");
    height: 400px;
    width: 400px;
    top: -2em;
    left: -25em;
    scale: 0.8;
    position: absolute;
    z-index: 1;
}

#eyes {
    background: transparent;
    /* width: 10em; */
    /* height: 10em; */
    position:absolute;
    top: 39%;
    left: 88%;
}

.backofeye {
    border-radius: 43px;
    bottom: 28%;
    left: 30%;
    width: 331px;
    height: 114px;
    position: absolute;
    background-color: #fefcfc;
}

.blobbody img {
    right: 50%;
    top: -59%;
    position: relative;
    pointer-events: none;
}

#blobsprite {
    top: 0%;
    position: absolute;
    width: 800px;
    height: 800px;
    z-index: 5;
    pointer-events: none;
}

#pet_box {
    width: 300px;
    height: 200px;
    position: relative;
    z-index: 5;
}