html,
body,
div {
    margin: 0;
    padding: 0;
    font-family: "Georgia", serif;
    font-size: 13.3px;
    box-sizing: border-box;
}

body {
    background: url('/wpimages/body-bg.gif') repeat;
}

h2 {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 13.3px;
}

p {
    margin: 0 0 1.5rem 0;
    line-height: 16px;
}

img {
    border: none;
}

* {
    box-sizing: border-box
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

.warning-text {
    font-size: 18px;
    color: #fff;
    background-color: orangered;
    text-align: center;
    padding: 1.5rem;
    margin: 10px 0;
    line-height: 24px;
}

.warning-text a,
.warning-text a:visited {
    color: #fff;
}

.header {
    height: 192px;
    background-image: url('/wpimages/header-bg.jpg');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    box-sizing: border-box;
    padding-bottom: 0.6rem;
    padding-left: 8.5rem;
    color: #fff;
    font-weight: 700;
}

.header .title {
    font-size: 26.7px;
    text-transform: uppercase;
}

.header .subtitle {
    font-size: 21.3px;
}

.container {
    width: 960px;
    margin: 0 auto;
    min-height: 100vh;
}

.top-menu {
    display: flex;
    background-color: #c0e674;
    font-size: 13.3px;
    line-height: 16px;
}

.top-menu ul {
    display: flex;
    margin: 0;
    padding: 0 7rem;
    list-style: none;
    flex-grow: 1;
}

.top-menu ul li {
    display: flex;
    justify-content: center;
    flex-grow:1;
    border-right: 1px solid #000;
}

.top-menu ul li a {
    line-height: 16px;
}

.top-menu ul li:first-child a {
    color: #ff0000;
}

.knowns {
    list-style: none;
    margin: 0 0 1.5rem 33%;
}