/*
    Globales CSS
*/
body, html{
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    height: 100%;
    background: url(../img/img2.jpg) center center / cover no-repeat fixed;
}
.background-replacement {
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.4);
}
.bodyreplacement {
    color: white;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.mid-tbl {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mid-box {
    display: table-cell;
    vertical-align: middle;
}
.text-box {
    max-width: 46em;
    background-color: rgba(0,0,0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#logo {
    width: 20em;
    max-width: 100%;
    margin-top: 0.5em;

}
#description {
    white-space: pre-wrap;
}
#links {
    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 5px;
    border-top: 0.2em;
    border-bottom: 0.2em;
}

.button {
    height: 100%;
    text-decoration: none;
    color: white;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.button i {
    margin-right: 0.5em;
}
.button:hover {
    color: rgb(173, 173, 173);
}