* {
    font-family: "Source Code Pro", monospace;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    margin: 0;
    color: #f6e416;
    background: #000;
}

h1,
h2,
.title>span {
    font-family: "Major Mono Display", monospace;
    font-size: 8rem;
}

.title,
.title>span {
    font-size: 12rem;
}

@media only screen and (max-width: 1340px) {

    .title,
    .title>span {
        font-size: 10rem;
    }
}

@media only screen and (max-width: 1080px) {

    .title,
    .title>span {
        font-size: 9rem;
    }
}

@media only screen and (max-width: 960px) {

    .title,
    .title>span {
        font-size: 8rem;
    }
}

@media only screen and (max-width: 780px) {

    .title,
    .title>span {
        font-size: 7rem;
    }
}

@media only screen and (max-width: 700px) {

    .title,
    .title>span {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 635px) {

    .title,
    .title>span {
        font-size: 8rem;
    }
}

.nbw {
    word-break: keep-all;
}

.center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    word-break: break-all;
}

.subtitle {
    text-align: center;
    font-size: 1.65rem;
}