﻿
.leofont {
	font-family: 'Voltaire', sans-serif;
	color:blue;
}

/*  To embed copy the code into the <head> of your html
	<link rel="preconnect" href="https://fonts.gstatic.com">
	<link href="https://fonts.googleapis.com/css2?family=Skranji:wght@400;700&display=swap" rel="stylesheet">
*/

.leofont-inverse {
	font-family: 'Voltaire', sans-serif;
	color: white;
	background-color: blue;
}

.leomiddle {
  vertical-align: middle;
}

.leoborder {
  border-style: solid;
  border-color: blue;
	
  border-width:1px;
  margin:1px;
}