a {
    text-decoration: none;
}

a:hover {
    color: dodgerblue;
}

body {
    margin: auto;
    margin-bottom: 7em;
    max-width: 750px;
    padding: 5px;
}

code {
    white-space: pre;
}

footer {
    position: absolute;
    bottom: 0;
    height: 3em;
    margin: auto;
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
}

header {
    display: flex;
    padding: 0.7em;
    border-bottom: 3px solid grey;
}

html {
    position: relative;
    min-height: 100%;
}

h1 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 0.3em;
}

h3 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 3px 5px;
}

li {
    margin-bottom: 1em;
}

ul {
    list-style: none;
    padding-left: 0;
}

.krf-date {
    color: #656565;
    font-size: 0.9em;
    font-style: italic;
    padding-bottom: 0.3em;
}

.american-flag {
    height: 3.7em;
}

.finnish-flag-container {
    float: right;
    position: relative;
    height: 3.7em;
    width: 6em;
    background-color: white;
    border: 1px solid black;
}

.finnish-flag-horizontal {
    position: absolute;
    top: 1.35em;
    left: 0;
    height: 1em;
    width: 6em;
    background-color: #002f6c;
}

.finnish-flag-vertical {
    position: absolute;
    top: 0;
    left: 1.7em;
    height: 3.7em;
    width: 1em;
    background-color: #002f6c;
}

.header-link-container {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    flex-grow: 1;
}

.header-link-container > a {
    margin-left: 0.5em;
    margin-right: 2em;
    font-size: 1.2em;
    font-weight: bold;
    color: black;
}
