﻿.assortment-row {
    margin:0px;
}

.assortment {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    padding: 15px;
    background-color: lightgrey;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.mw300 {
    min-width:300px;
}

.assortment h1 {
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
}

.assortment h2 {
    text-align:center;
}

.assortment ul {
    padding: 0px;
    text-align: center;
    list-style: none;
}

.assortment a {
    color: #212529;
    text-decoration: none;
}

.assortment a:hover {
    color: #212529;
    text-decoration: none;
}

.assortment a:active {
    color: #212529;
    text-decoration: none;
}

.assortment a:visited {
    color: #212529;
    text-decoration: none;
}

.assortment li {
    line-height: 2rem;
}
