body {
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    color: #222;
}

strong {
    color: #192a59;
}

.site-nav {
    text-align: right;
    padding: 30px 80px;
}

.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav li {
    display: inline-block;
    margin-left: 30px;
}

.site-nav a {
    text-decoration: none;
    color: #192a59;
    font-size: 20px;
    font-weight: 500;
}

.site-nav a:hover {
    text-decoration: underline;
}

.container {
    width: 760px;
    margin: 100px auto;
}

.centered {
    text-align: center;
}

h1 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}

h2 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 6px;
    color: #192a59;
    font-weight: 600;
}
.uni {
    font-style: italic;
}
p {
    font-size: 20px;
    line-height: 1.8;
}

.intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.small-text {
    font-size: 18px;
}

.button-link {
    display: inline-block;
    margin: 10px 8px 0 8px;
    padding: 10px 18px;
    border: 1px solid #192a59;
;
    color: #192a59;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.button-link:hover {
    background-color: #192a59;
    color: #fff;
    text-decoration: none;
}

.profile-pic {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 0 30px 0;
}

.section {
    text-align: left;
    max-width: 850px;
    margin: 0 auto 40px auto;
}

.entry {
    margin-bottom: 28px;
}

.entry-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 6px;
}

.entry-meta {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 14px;
    color: #555;
}

.entry-desc {
    font-size: 16px;
    line-height: 1.7;
}

.site-footer {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 20px;
}

.footer-social a {
    text-decoration: none;
    font-size: 42px;
    margin: 0 18px;
    color: #1f2f56;
}

.footer-social a:hover {
    opacity: 0.6;
}

.footer-text {
    font-size: 11px;
    color: #888;
    margin-top: 15px;
}
.intro.small-text {
    color: #192a59;
}