* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

html,body {
    height: 100%
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black
}

.content,.bg {
    position: absolute
}

.content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    mix-blend-mode: overlay
}

img,canvas {
    width: 91vmin;
    height: 13vmin;
    color: #fff
}
.social {
    margin-top: .5vmin;
    font-family: brandon light;
    font-size: 3.25vmin;
    letter-spacing: .2vmin;
    color: #fff
}

.social a {
    text-decoration: none;
    color: #fff
}

.hint {
    z-index: 1;
    color: white;
    mix-blend-mode: normal;
    position: fixed;
    bottom: 11.11vmin;
    font-family: brandon light;
    font-size: 3.25vmin;
    letter-spacing: .2vmin;
    animation: hue-rotate 1.5s linear infinite
}

#forum {
    background: pink;
    text-decoration: none;
    color: #000;
    padding: 25px;
    padding-top: 50px
}
