
.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: DodgerBlue;
}

.flex-container > div {
    background-color: #f1f1f1;
    color: white;
    width: 100px;
    height: 100px;
}

body {
    background-image: url("img/frontpage/back.webp");
    background-size: cover;
    font-family: sans;
    background-attachment: fixed;
}

a.mainlinks {
    margin-bottom: 8px;
    padding: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 32px;
    text-decoration: none;
    font-weight: bold;

    color: #FFFFFFFF;
    background-color: #00000080;

    display:inline-block;
}

a.mainlinks:hover {
    background-color: #FFFFFFFF;
    color: #000000FF;
}

img.linklogo {
    width: 26px;
    /*height: 26px;*/

    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 4px;
}

div.aboutlinksectionheader {
    font-family: impact;
    color: white;
    display: none;
}

div.footerOuter {
    font-size: 12px;
    text-align:center;
    color:#FFFFFF80;
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
    background-color: #00000080;
}

div.footerInner {
    font-size: 12px;
    text-align:center;
    color:#FFFFFF80;
    width:100%;
    background-color: #00000080;
    clear:both;
}

div.mainLogoOuter {
    margin-top:auto;
}

img.mainLogo {
    display:inline;
    height: 70%;
    width: 70%;
}

div.linksCollectionOuter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom:32px;
    line-height: 32px;
    width:70%;
}

div.everythingOuter {
    height: 100%;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

div.mainOuter {
    text-align: center;
    width:100%;
    display:flex;
    flex-direction:column;
    margin-top:auto;
    margin-bottom:auto;
}


li {
    display: inline;
    margin: 0px;
}
ul {
    display: block;
    margin: 0px;
}
