@font-face {
    font-family: 'Conv_presents';
    src: url('/fonts/levenimMt.eot');
    src: local('☺'), url('/fonts/levenimMt.woff') format('woff'), url('/fonts/levenimMt.ttf') format('truetype'), url('/fonts/levenimMt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VeraScript';
    src: url('/fonts/levenimMt.eot');
    src: local('☺'), url('/fonts/levenimMt.woff') format('woff'), url('/fonts/levenimMt.ttf') format('truetype'), url('/fonts/levenimMt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    color: #000;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#indexDiv {
    font-family: 'VeraScript', 'Conv_presents', Sans-Serif;
    font-size: 100px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#indexDiv a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

#footer {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 12px;
    padding: 8px 0 12px;
}

@media (max-width: 1199px) {
    #indexDiv {
        width: 100%;
        font-size: 90px;
    }
}

@media (max-width: 768px) {
    #indexDiv {
        font-size: 54px;
        padding: 20px 12px;
        min-height: calc(100vh - 36px);
        max-width: none;
        width: 100%;
    }

    #labelLink {
        width: 100%;
        text-align: center;
        display: block;
        transform: translateX(-0.25ch);
    }
}

@media (max-width: 420px) {
    #indexDiv {
        font-size: 44px;
    }

    #labelLink {
        transform: translateX(-0.3ch);
    }
}
