
@import url(https://themes.googleusercontent.com/fonts/css?kit=chteh0fSOiSrmusp8u43YLibRAUGyvCIyNwOfYj8c_aH4gUIUjZTH34PuvJkbTJT);

body {
  color: #000000;
  font-size: 11pt;
  font-family: "Open Sans";
  margin: 0;
}

.container {
  padding: 30px;
  padding-top: 0px;
}

h1 {
  padding-top: 20pt;
  color: #285dab;
  font-weight: 700;
  font-size: 19pt;
  padding-bottom: 5pt;
}

h2 {
  padding-top: 18pt;
  color: #285dab;
  font-weight: 700;
  font-size: 16pt;
  padding-bottom: 5pt;
}

h3 {
  padding-top: 16pt;
  color: #285dab;
  font-weight: 700;
  font-size: 14pt;
  padding-bottom: 4pt;
}

h4 {
  padding-top: 14pt;
  color: #666666;
  font-size: 12pt;
  padding-bottom: 4pt;
}

h5 {
  padding-top: 12pt;
  color: #666666;
  font-size: 11pt;
  padding-bottom: 4pt;
}

.note {
  background-color: #cce9f9;
  border: 1px solid #285dab;
  border-radius: 4px;
  padding: 4pt;
}

.header {
  background-color: #0090e3;
}

.header__container {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
  height: 69px;
}

.header__link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 3px;
}

.header__link:first-of-type {
  margin-right: 10px;
}

.header__link:hover {
  background-color: #199be5;
}

.header__link:active,
.header__link:focus {
  background-color: #1476c7;
}
