body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
}

body .content {
    padding: 15px 70px 80px;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0 30px;
}

.header {
    height: 48px;
}

.header__logo {
    display: inline-block;
    overflow: hidden;
    min-width: 130px;
    height: 36px;
    white-space: nowrap;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 5px;
    margin-right: 5px;
}

.header__code {
    font-size: 32px;
    display: inline-block;
    overflow: hidden;
    width: 76px;
    text-align: center;
    color: #fff;
    background-color: #999;
}

.content__h1 {
    font-size: 21px;
    font-weight: 400;
}

.content__h2 {
    font-size: 15px;
    font-weight: 800;
}

.footer {
    line-height: 30px;
    height: 30px;
    padding: 0 25px;
    border-top: 1px solid #eee;
}

.footer__copyright {
    font-size: 13px;
}

.link {
    color: #44b;
}

.link:hover {
    color: #e00;
}