@font-face {
  font-family: 'MSans'; /* The name you will use to call the font */
  src: url('font.otf') format('opentype');   /* Fallback for older browsers */
  font-weight: normal;
  font-style: normal;
}

html, body { height:100vh; overflow:hidden; }
body { background-color:#194F90; color:#fff; font-family:'MSans', sans-serif;  }
.container, .container .row { height:inherit; }
p { font-size:1.5rem; }
a:link, a:visited, a:active { color:#fff; font-size:1.875rem; }
a:hover { color:#fff; text-decoration:underline; }