body {
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    background-color: #8cc63f;
    color: #fff;
}


/* I use full-width horizontal sections a lot */

body>header,
body>section,
body>footer {
    display: block;
    width: 100%;
    clear: both;
    float: left;
}

h1,
h2,
h3 {
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
}

.naber {
    margin-top: 50px;
    text-align: center;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.4em;
}

a {
    color: #c00;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

img {
    width: 100%;
    height: auto;
}