/* jura-300 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/jura-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jura-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jura-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jura-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jura-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jura-v23-latin-300.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-regular - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/jura-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jura-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jura-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jura-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jura-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jura-v23-latin-regular.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-500 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/jura-v23-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jura-v23-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jura-v23-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jura-v23-latin-500.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jura-v23-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jura-v23-latin-500.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-600 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/jura-v23-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jura-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jura-v23-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jura-v23-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jura-v23-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jura-v23-latin-600.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-700 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/jura-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jura-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jura-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jura-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jura-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jura-v23-latin-700.svg#Jura') format('svg'); /* Legacy iOS */
}

html,
body {
  font-family: 'Jura', sans-serif;
  background-color: black;
  color: white;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
