/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-size: 24px;
  background-color: #FFF;
  font-family: 'Istok Web', sans-serif;
  text-align: center;
  color: #000;
}
h1{
  font-size: 1.7em;
  line-height: 1em;
  padding: 30px;
  padding-bottom: 0px;
  font-weight: 400;
}
h1 b{
  font-weight: 700;
}
div.flex{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
img{
  display: block;
  max-height: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
a.fa{
  color: inherit;
  text-decoration: none;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 40px;
  color: #006991;
}
