body  {
    color: #443327;
}

.block-intro h2 {
    font-family: "Arial Black";
    font-size: 45px;
}

.block-intro h3 {
    font-family: "Arial Black";
    font-size: 60px;
    text-shadow: 2px 2px yellow;
}

.boxy1 {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.boxy1 article.item {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding: 10px;
}

.boxy1 article.item .item-body  {
    padding: 0;
}

.boxy1 article.item .item-body > div {
    display: none;
}

.boxy1 article.item .item-title > a {
    text-align: center;
    font-family: 'Reenie Beanie', cursive;
    font-size: 35px;
}

.boxy1 article.item:nth-child(2n) {
    transform: rotate(-2deg);
}

.boxy1 article.item:nth-child(4n) {
    transform: rotate(1deg);
}

.boxy1 .boxy1-heading {
    border-left: 0px;
    font-size: 0;
    text-align: center;
    transform: rotate(-2deg);
}

.boxy1 .boxy1-heading > span {
    font-family: 'Kalam', cursive;
    font-size: 30px;
    text-shadow: 2px 2px yellow;
}
