#webamp {
    top: -10ex;
    left: -5ex;
}

#stamps {
    text-align: justify;
    max-height: 140px;
    overflow-y: auto;
    margin: auto;
}

#mii {
    width: 20ex;
    margin-bottom: -4ex;
    margin-right: 3ex;
}

/* Copiada masiva encima de algo generado por ia no se puede caer mas bajo */
#calendar {
    float: right;
    margin: 0 0 4ex 4ex;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2ex;
    box-shadow: 0 0.8rem 1.6rem #23839d33;
    padding: 1ex;
    width: fit-content;
    font-size: small;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
    justify-content: space-around;
}

#calendar > header {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.2rem;
    font-size: larger;
    padding: 0 0.4rem 1rem;
    text-transform: uppercase;
}

#calendar > div > div {
    display: flex;
    flex-direction: column;
    padding: 1ex 1.5ex;
}

#calendar > div > div > div {
    display: flex;
    gap: 0.8rem;
    padding: 0.3rem 0;
}

#calendar > div > div > div:first-child {
    justify-content: flex-end;
}

#calendar .day {
    align-content: center;
    justify-content: center;
    aspect-ratio: 1;
    color: #000;
    display: flex;
    line-height: 2ex;
    width: 2ex;
    text-align: center;
}

#calendar .day.today {
    background-color: #142b32;
    border: solid 1ex #142b32;
    border-radius: 50%;
    color: #FFF;
    box-sizing: content-box;
    margin: -1ex;
}
