@font-face {
    font-family: 'Gotham-Book';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot') format('embedded-opentype'), url('Gotham-Book.woff') format('woff'), url('Gotham-Book.ttf') format('truetype'), url('Gotham-Book.svg#Gotham-Book') format('svg')
}

@font-face {
    font-family: 'Gotham-Bold';
    font-weight: bold;
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot') format('embedded-opentype'), url('Gotham-Bold.woff') format('woff'), url('Gotham-Bold.ttf') format('truetype'), url('Gotham-Bold.svg#Gotham-Bold') format('svg')
}

html {
    height: 100%;
}

body {
    font-family: 'Gotham-Book', 'HelveticaRegular', Helvetica, Verdana, Arial, 'Microsoft YaHei';
    font-size: 0.8em;
    line-height: 1;
    color: #333;
    background: #eee;
    margin: 0;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.main {
    margin: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 50%;
}

.content {
    text-align: left;
}

.container p {
    margin: 0 0 20px;
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

strong {
    font-weight: bold;
    font-family: 'Gotham-Bold' !important;
}

@media only screen and (max-width: 640px) {
    .main {
        margin: auto;
        padding-top: 3%;
        width: 80%;
        padding-top: 3%;
    }
}