* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #0e4c86b6;
    margin: 0;
    color: black;
    line-height: 1.3;
}

.page {
    background-color: white;
    max-width: 850px;
    margin: 40px auto;
    padding: 40px 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: 36px;
    font-weight: bold;
    color: teal;
    margin-top: 0;
    margin-bottom: 4px;
}

h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 4px;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 16px;
}

h4 {
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 4px;
}

p {
    margin-top: 0;
    margin-bottom: 8px;
}

ul {
    margin-top: 4px;
    margin-bottom: 10px;
    padding-left: 20px;
}

li {
    margin-bottom: 4px;
}

.head {
    color: teal;
    font-weight: bold;
    border-top: 1px solid teal;
    border-bottom: 1px solid teal;
    padding: 2px 0;
    margin-top: 16px;
    margin-bottom: 8px;
}

.leftline {
    display: flex;
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 4px;
}

.rightline {
    margin-left: auto;
}

.smallerfont {
    font-size: 13px;
}