html {
    background-color: #2a2a2a;
    color: #c7c7c7;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    margin: 0;
}

html, body {
    overflow-y: hidden;
    height: 100vh;
}

::selection {
    background-color: #fff;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.subtitle {
    font-size: 30px;
    margin: 50px 0;
}

.languages > span {
    color: #c7c7c7;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 65px;
}

.mask {
    background: radial-gradient(circle 13px at var(--x, 0) var(--y, 0),
    #2b2b2b 99%, #fff 100%) fixed;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

@media (max-width:980px) {
    .title {
        font-size: 55px;
    }
}

@media (hover: hover) and (pointer: fine){
    html::before {
        content: "";
        position: fixed;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 50%;
        top: var(--y, 0);
        left: var(--x, 0);
        transform: translate(-50%, -50%);
        z-index: -2;
    }
}
