body {
    background-color: #efefef;
    padding: 25px;
    margin: 0;
    font-family: "Roboto Thin", sans-serif;
}

* {
    color: #656565;
}

.container {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    margin: 50px 0;
}

section {
    border-top: 1px solid #535353;
    margin: 30px 0;
    page-break-inside: avoid;
}

h1 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

h2 {
    margin-top: 5px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4, h5, h6 {
    margin: 0;
}

h5, h6 {
    font-style: italic;
}

section > div > p {
    font-size: 0.8em;
    text-align: justify;
    margin-top: 0;
}

a > .url {
    display: none;
}

a > .url::before {
    content: ' - ';
}

@media print {
    a.cv-link {
        display: none;
    }

    a > .url {
        display: inline;
    }
}