html {
    background: linear-gradient(to right, #00a693, #2f847c);
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    line-height: 1.5;
}

.clock {
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-size: 4em
}

.weather {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

h1 {
    margin-top: 0;
    font-size: 2.441em
}

.circleLight {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background: red;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;

}

.green {
    background: rgb(0, 194, 0) !important;
}

/* #linkColumns {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    } */
#linkColumns {
    display: flex;
    flex-flow: column wrap;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 2rem;
    /* grid-row-gap: 40px; */

}

.heading {
    width: 100%;
    height: 50px;
    background-color: #173d39;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: inherit;
}

.item {
    height: 50px;
    background-color: #1d5a54;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
}


.item a {
    margin: auto;
    text-align: left;
    margin-left: 20px;
}

.groupContainer {
    background-color: teal;
    padding: 5px 5px 10px 5px;
    /* flex: 1 0 auto; */
    margin-bottom: 40px;
}

#linkColumns>div {
    overflow: hidden;
    min-width: 300px;
    max-width: 500px;

}