@import url('https://fonts.googleapis.com/css?family=Griffy&display=block');

#landtitle {
    font-family: 'Griffy', cursive;
    font-size: 60px;
    font-weight: 400;
    color: #1e1920;
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 140px 0 30px 0;
}

#nonnav {
    background: url(land_bottom.png) bottom center repeat-x,
                url(land_top.png) top center repeat-x;
    background-color: #4a424d;
}

#content {
    background-color: #ffffffd0;
    color: #1e1920;
    border-radius: 15px;
    border: 6px #1e1920 solid;
}

#puzzletitle {
    font-family: 'Griffy', cursive;
    font-weight: 400;
    text-align: center;
    padding: 0 60px 0 60px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #1e1920;
}

@media print {
    html { background: none; }
    #nonnav { background: none; padding: 0; }
    #content { background: none; padding: 0; margin: 0; border: none; }
    #puzzletitle { background: none; padding: 0.25in; color: #000; }
    #puzz { margin: 0; }
}
