.logic-card
{
    width: 21rem;
    margin: 8px;
    position: relative;
    float: left;
    text-align: center;
    border: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: darkgrey;
    padding: 5px;
    overflow: hidden;
}

.img-con
{
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}

.logic-img
{
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

.logic-body
{
    text-align: left;
}

.logic-body ul
{
    list-style-type: none;
    padding: 5px;
}

.logic-body li
{
    white-space: nowrap;
    margin-bottom: 1px;
}

.logic-title
{
    font-weight: bold;
    white-space: nowrap;
}