#aeu-lexiq .block {
    padding-bottom: 20px !important;
}

#aeu-lexiq figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#aeu-lexiq align-left {
    display: flex;
    justify-content: left;
    width: 100%;
}
#aeu-lexiq align-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

#aeu-lexiq align-right {
    display: flex;
    justify-content: right;
    width: 100%;
}

#aeu-lexiq pre {
    border-radius: 5px;
    padding: 10px;
    margin-top: -10px;
    background-color: #000080;
    color: #FFFF00;
    font-size: 10px;
    line-height: 15px;
    font-family: 'Amstrad CPC';
    overflow-x: auto;
}