@font-face {
  font-family: Lato;
  src: url(Lato-Regular.woff2);
}

body {
    font-family: Lato, sans-serif;
    font-size: 12pt;
}

.centered {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.rtext {
    text-align: right;
    margin-top: 5mm;
}

.bold {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: teal;
}

.header {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 3mm;
    background: rgb(224, 224, 224);
}

.header div {
    display: inline-block;
}

.heading {
    font-size: 32pt;
    font-weight: bold;
}

.header .logo img {
    height: 32pt;
}

.text {
    padding: 3mm;
}

h1 {
    font-size: 18pt;
    font-weight: bold;
}

h2 {
    font-size: 15pt;
    font-weight: normal;
}

h3 {
    font-size: 12pt;
    font-weight: bold;
}
