.item-outer {
    margin: 5px;
}

.item {
    padding: 5px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.item img.icon {
    object-fit: cover;
    width: 35px;
    height: 35px;
    margin-left: 7px;
    margin-right: 7px;

    border: 2px solid;
    border-radius: 50px;
}

.row {
    display: flex;
    width: 400px;
}

a.home-button {
    width: 50px;
    height: 50px;
    padding: 0 20px 20px 20px;
    background-image: url("../img/home-icon.png");
    background-size: cover;
}

@media screen and (max-width: 575px) {
    .row {
        width: 300px;
    }
}
