body {
  background: #3FBFFF;
  color: #204a87;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  color: #204a87;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
}

.nolink {
  cursor: context-menu;
}

/*
 a {
  color: #295fac;
  outline-style: dashed;
  outline-width: thin;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0C9CEE;
  outline: none;
  text-decoration: none;
}
 */
