@import url('https://fonts.googleapis.com/css?family=Arial');
:root {
  --theme-text-font: 'Arial';
  --theme-headline-font: 'Arial';
  --theme-headline-color: #191464;
  --K15t-foreground-brand: #fab900;
  --K15t-color-blue-100: #191464;
  --K15t-color-blue-400: #191464;
  --K15t-color-blue-500: #191464;
  --K15t-color-blue-600: #191464;
}
p {
  text-align: justify;
}
a:hover {
  color: #98D8BD;
}
figcaption {
  font-style: italic;
  text-align: center;
}
