@font-face {
    font-family: 'groboldregular';
    src: url('/grobold-webfont.woff2') format('woff2'),
         url('/grobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
    max-width: 740px;
    margin: 0px auto;
    user-select: none;
}

h1 {
    text-align: center;
}

.centerme {
    text-align: center;
}

.biglinkin {
    font-size: 3em;
}

#apeLauncherNag {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin-top: 6px;
    font-size: 0.8em;
    font-weight: bold;
}

#apeLauncherNag img {
    height: 32px;
}

footer {
    text-align: center;
}

.bbm {
    margin-bottom: 24px;
}

.smBtm {
    font-size: 0.8em;
    font-weight: bold;
    opacity: 0.8;
}

.apeLogo {
    font-family: 'groboldregular';
    color: #8d7269;
    text-shadow: 0px 2px 0px #715d56, 0px -1px 0px #c2aba3, 0px 6px 6px rgb(0 0 0 / 10%);
    text-transform: lowercase;
    font-size: 2em;
    text-decoration: none !important;
    transition: 0.2s;
}

.apeLogo:hover {
    text-decoration: none !important;
    opacity: 0.6;
}