.feature { width: 100%; height: auto; }
body { margin: 0; }

div#center {
    text-align: center;
    margin-top: 1em;
}

.block a {
    display: block !important;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 2em;
    border: 1px solid #ccc;
    border-radius: 0.2em;
    padding: 1.5em 0em;
    color: black;
    margin-bottom: 0.7em;
    margin-top: 0.3em;
}

.block a:hover {
    background: #2780e3;
    border-color: #2780e3;
    color: white;
    text-decoration: none;
}

.bottom {
    border-top: 1px solid #ccc;
    clear: both;
    margin-top: 1em;
}

.bottom-text {
    display: inline-block;
    max-width: 700px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: left;
}

.image-credit {
    color: #ccc;
    float: right;
    font-family: "PT Sans Narrow",sans-serif;
}

.image-credit a{
    color: inherit;
}
