html {
    background: #d4e3e3;
}

body {
    background: #d4e3e3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 80%;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #1506c9;
    font-weight: 900;
    line-height: 1.3;
}

h2 {
    font-style: italic;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    display: block;
    margin: 1.3em auto;
    max-width: 100%;
}

.chant {
    font-style: italic;
    text-align: center;
    line-height: 1;
}

.credit {
    font-style: italic;
    text-align: center;
}

.photo {
    border: 5px solid rgba(0, 0, 128, 0.9);
    border-radius: 2px;
}


.container {
    width: 100%;
}

.leftblock {
    width: 80%;    
}

.rightblock {
    width: 20%;    
}