@font-face {
    font-family: "Harmonia Sans W06 Condensed";
    src: url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.eot");
    src: url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.eot?#iefix") format("embedded-opentype"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.woff2") format("woff2"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.woff") format("woff"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.ttf") format("truetype"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.svg#HarmoniaSansW06Condensed") format("svg");
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Harmonia Sans W06 Condensed", sans-serif;
    color: white;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: url("/graphics/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    z-index: -1;
}
.content {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background: rgba(0, 0, 0, 0.50);
    border: 3px solid #f1f1f1;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 15px;
}
a {
    color: #0077cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100px;
    height: auto;
    margin: 10px 0;
}
