h1,
h2,
h3,
h4,
h5 {
    color: #222;
    font-family: "Verdana", sans-serif;
}

a {
    color: #111;
}

p {
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
}

html {
    color: #333;
    font-family: "Georgia", serif;
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
}

body {
    width: 800px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.site-title {
    font-size: 2.5em;
    margin-bottom: 10px;
    text-align: center;
}

.site-subtitle {
    margin: 1%;
    text-align: center;
}

.avatar {
    float: left;
    margin: 0 0.75rem 0 0;
}

.experience-location {
    font-style: italic;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.block {
    border: 1px dotted black;
    padding: 5px 15px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer hr {
    width: 100%;
}

footer .copyright {
    margin: 1%;
}

footer .note {
    white-space: nowrap;
    margin: 0;
    font-size: 0.9rem;
}
