body, html {
    top: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    font-size:1.2em;
}
h1 {
    margin: 0.8em;
    font-size: 2.5em;
}
h2 {
    font-size: 1.9em;
}
content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 42px;
    flex-wrap: wrap;
    justify-content: center;
}
hr {
    max-width: 90%;
    background: linear-gradient(to right, rgba(0, 191, 255, 0) 10%,rgba(255, 155, 0,1) 50%,rgba(0, 191, 255,0) 90%);
    border: none;
    height: 1px;
    margin-bottom: 1.6em;
}
body {
    font-family: sans-serif;
    font-size: 1em;
    color: white;
    font-weight: 100;
    background: radial-gradient(circle farthest-corner at 50%, #333,#222);
    text-align: center;
}
a {
    color: #999;
    text-decoration: none;
}
img#bgimg {
    height: 50%;
    opacity: 0.15;
    filter: grayscale(1);
}
div#imgcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: -1;
}
.democount {
    margin-bottom: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}
.demolink {
    white-space: nowrap;
    margin-bottom: 1.3em;
    color: #ccc;
    display: flex;
    border-radius: 9px;
    padding: 10px;
    align-items: center;
    background: rgba(100, 100, 100, 0.3);

}
.demolink:hover {
    background: rgba(100, 100, 100, 0.8);
}
.demolink a {
    margin: 10px;
}
.demolink img {
    height: 60px;
}
.demolink_left {
    display: flex;
    align-items: center;
}
.filesize {
    display: flex;
    align-items: center;
}
.linkcontainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#description {
    margin: 20px;
}
.demodate {
    font-size: 0.8em;
    font-family: monospace;
}
.mapname {
    font-weight: bold;
    font-size: 1.1em;
}
.mapdata {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}
.team {
    border: 1px solid darkred;
    padding: 0 20px;
    backdrop-filter: brightness(0.7);
    margin: 0 3%;
}
