@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';

.container {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

* {
    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: rgb(255, 255, 255);
}

.content,
.bg {
    position: absolute;
}

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

img,
canvas {
    width: 91vmin;
    height: 13vmin;
}

.social a {
    font-family: arial;
    opacity: 1;
    font-size: 50px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.hint {
    z-index: 1;
    color: rgb(255, 255, 255);
    mix-blend-mode: overlay;
    position: fixed;
    bottom: 2.75vmin;
    font-family: arial;
    font-size: 2.75vmin;
    letter-spacing: 0.2vmin;
    font-weight: 700;
}