main {
    height: 100vh;
    background:url(../img/dessert.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Johnda {
    position: absolute;
    bottom: 40vh;
    left: 20vw;
    width: 900px;
    height: 500px;
    max-height: 30vh;
    max-width: 80vw;
    
}

.simon {
    position: absolute;
    bottom: 0vh;
    right: 30vw;
    width: 300px;
    height: 200px;
    max-height: 30vh;
    max-width: 50vw;
}

.eggot {
    position: absolute;
    bottom: 15vh;
    right: 15vw;
    width: 450px;
    height: 350px;
    max-height: 25vh;
    max-width: 40vw;
}

.animal {
    transition: scale 0.5s;
    cursor: pointer;
}
@keyframes summon {
    0% {
        opacity: 0;  
    }
    100% {
        offset: 0px; 
    }
}
