body{
    margin:0;
    font-family:Arial;
    background:#4f116a;
}

.container{
    display:flex;
    gap:30px;
    justify-content:center;
    margin-top:40px;
}

svg{
width: 100%;


}

img{
    width:30%;
    height:min-content;
}
.panel{
    width:280px;
    background:rgb(219, 217, 61);
    padding:20px;

    border-radius:25px; 

    box-shadow:0 10px 30px rgba(236, 251, 18, 0.2);
}

.icon{
    width:80px;
    height:80px;

    object-fit:contain;

    cursor:pointer;

    margin:6px;

    padding:8px;

    background:#f2f2f2;   

    border-radius:15px;   

    box-shadow:0 4px 10px rgba(0,0,0,0.1);

    transition:0.2s;

    display:inline-block;
}

.monster{
    position:relative;

    width:500px;   
    height:500px;  

    background:rgb(255, 255, 255);

    border-radius:25px; 

    box-shadow:0 10px 30px rgba(0,0,0,0.2);

    overflow:hidden;
}


.layer{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:contain;
}

t:80px;

    object-fit:contain;

    cursor:pointer;

    margin:6px;

    padding:8px;

    background:#f2f2f2;   

    border-radius:15px;   

    box-shadow:0 4px 10px rgba(0,0,0,0.1);

    transition:0.2s;

    display:inline-block;
}

.monster{
    position:relative;

    width:500px;   
    height:500px;  

    background:rgb(255, 255, 255);

    border-radius:25px; 

    box-shadow:0 10px 30px rgba(0,0,0,0.2);

    overflow:hidden;
}


.layer{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:contain;
}
#fin {
    position: fixed;
    inset: 0;
    background: #000;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    display: none;
}
#fin a {
    color: currentColor;
}
#result img {
    width: 250px !important;
    height: auto !important;
}