* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #132E47;
    font-family: "arno-pro", palatino, serif;
    color: #968874;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    padding: 20px 0;
    font-size: 12pt
}

.block {
    float: left;
    margin-bottom: 10px
}

.left.block {
    width: 60%;
}

p {
    margin: 0
}

a {
    color: #968874;
    font-size: 75%;
    text-decoration: none;
}

p a {
    font-size: 100%;
}

.content {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid #968874;
    box-shadow: 1px 1px 5px #000;
    padding: 5px;
}

h1 {
    text-align: justify;
    text-shadow: 1px 1px 1px #000;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    font-size: 30px;
    padding-bottom: 5px;
}

.block p {
    padding-bottom: 5px;
}

hr {
    height: 1px;
    border: none;
    width: 80%;
    color: #968874;
    background-color: #968874;
}

@media only screen and (min-height: 250px) and (min-width: 520px),
screen and (min-height: 400px) and (max-width: 520px) {
    body {
        padding: 0
    }
    .container {
        width: 100%;
        height: 100%;
        position: absolute
    }
    .container {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
    .content {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -125px;
        margin-left: -250px
    }
}

@media screen and (min-height: 400px) and (max-width: 520px) {
    .content {
        margin-top: -180px;
        margin-left: 0;
        left: 0
    }
}

@media screen and (max-width: 520px) {
    .content {
        width: 100%
    }
    .block, .left.block {
        float: none;
        width: 100%;
        text-align: center
    }
}

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}