body {
    text-align: center;
    font-size: 1em;
}

h1 {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    padding-top: 1em;
}

.internal h1 {
    font-size: 2em;
    color: #cf9b56;
}

.tasks img {
    border-radius: 5px;
}

.intro {
    padding: 2em 0;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6em;
}

h2 {
    padding: 3em 0 2em 0;
}

div.col {
    margin-bottom: 2em;
}

.container img {
    width: 100%;
}

header {
    border-top: 4px solid #cf9b56;
    color: #cf9b56;
    background-color: #fdf6ed;
    padding: 5em 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

body.internal header {
    border-top: 4px solid #cf9b56;
    padding: 0;
}

body.internal .container {
    max-width: 600px;
    text-align: left;
    font-size: 1.2em;
}

body.internal .container img {
    border-radius: 5px;
}

body.internal .container p {
    margin: 2em 0;
}

.avatar {
    margin: auto;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-position-x: -.75em;
    background-image: url("/assets/avatar.jpg");
    background-size: cover;
    border: 3px solid white;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

footer {
    margin-top: 4em;
    opacity: .6;
    border-top: 1px solid #ccc;
    background-color: #eee;
    padding: 3em 0 6em 0;
}

footer .heart {
    color: red;
}

footer p {
    margin: 0;
}
