body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    position: absolute;
    user-select: none;
}

@font-face {
    font-family: 'fredoka';
    src: url('../fonts/fredokaone-regular-webfont.woff2') format('woff2'),
    url('../fonts/fredokaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'fredoka';
}

a {
    color: #43baff;
    text-decoration: none;
    position: static;
}