@font-face {
    font-family: "penne";
    src: url('fonts/bebasneue-webfont.ttf');
}

body {
    background-color: #fff;
    height: 100svh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-family: "penne", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
    body {
       padding: 20px;
    }
}

.autoheight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accroche {
    text-align: center;
    font-size: 40px;
    color: #444;
	font-weight: 500;
}

#canvas {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    #canvas {
       width: 90vw;
    }
}

#click-counter {
    text-align: center;
    font-family: "penne", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #aaa;
}

footer {
	font-size: 12px;
	color: #ccc;
	position: absolute;
	bottom: 20px;
}

a {
	color: #ccc;
}
