.ui-element {
    padding: 12px;
    margin: 5px;
    background-color: white;
    border: 2px solid var(--accent-color);
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 32, .2);
}
.img-container {
    display: flex;
    justify-content: center;
}