@font-face {
    font-family: "Brandon Light";
    src: url("../assets/res.woff2");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff; /* Textfarbe auf weiß setzen */
}

.content, .bg {
    position: absolute;
}

.content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img, canvas {
    width: 91vmin;
    height: 13vmin;
}

.social {
    margin-top: 0.5vmin;
    font-family: "Brandon Light", Arial, sans-serif; /* Fallback-Schriftarten hinzufügen */
    font-size: 2.75vmin;
    letter-spacing: 0.2vmin;
    font-weight: bold;
}

.social a {
    text-decoration: none;
    color: #fff; /* Linkfarbe auf weiß setzen */
}

.hint {
    z-index: 1;
    color: #fff; /* Hinweisfarbe auf weiß setzen */
    position: fixed;
    bottom: 2.75vmin;
    font-family: "Brandon Light", Arial, sans-serif; /* Fallback-Schriftarten hinzufügen */
    font-size: 2.75vmin;
    letter-spacing: 0.2vmin;
    font-weight: bold;
}