html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
body,
html {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    background: #fff;
}
.page * {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
}
.code {
    color: #f3f3f3;
    font-size: 300px;
    line-height: 1;
}
h1 {
    color: #000000;
    font-size: 30px;
    padding-bottom: 5px;
}
h2 {
    color: #9b9b9b;
    font-size: 18px;
}
@media (max-width: 600px) {
    .code {
        font-size: 150px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 16px;
    }
}
@media (max-width: 300px) {
    .code {
        font-size: 100px;
    }
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 14px;
    }
}
::selection {
    background: rgba(76,132,255,0.4);
}
::-moz-selection {
    background: rgba(76,132,255,0.4);
}