#welcomepage {
    margin: 0;
    max-width: 100%;
    background: url(../media/background.png) center center / cover no-repeat fixed;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    box-sizing: border-box;
    /*font-size: 1rem!important;*/
}


#welcomepage *, #welcomepage *:before, #welcomepage *:after {
    box-sizing: inherit;
}

#welcomepage a {
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

#welcomepage a:hover, #welcomepage a:focus, #welcomepage a:active {
    color: #fff;
}


#welcomepage .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5em;
    padding-top: .4em;
    line-height: 1.4
}

#welcomepage .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30vh, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(10vh, 1fr));
    justify-content: stretch;
    align-content: stretch;
    overflow: auto;
}

#welcomepage #ilgjz {
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 100%;
    max-width: 185px;
}
