#page-body {
    margin: 0 auto;
    max-width: 640px;
    font-family: verdana, arial, times new roman;
    font-size: 16px;;
    line-height: 1.5;
}

#page-title {
    font-size: 1.875rem;
    font-weight: normal;

}

    #page-body a {
        text-decoration: none;
        color: #a06f40;
    }
    #page-body a:hover {
        text-decoration: underline;
        color: #a06f40;
    }
    #page-body a:active {
        color: #a06f40;
    }
    #page-body a:visited {
        color: #a06f40;
    }

#nav-links {
    padding: 1em 0;
    text-align: center;
}

#puzzleinfo {
    text-align: center;
    font-weight: bold;
    padding-bottom: 1em;
}

#puzzle {
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
}
    .puzzle-img {
        width: 33%;
    }