
@font-face {
font-family: Leipis; 
src: url("../Libre_Baskerville/LibreBaskerville-Regular.ttf");
}
@font-face {
font-family: Leipis; 
src: url("../Libre_Baskerville/LibreBaskerville-Bold.ttf"); font-weight: bold;
}
@font-face {
font-family: Leipis; 
src: url("../Libre_Baskerville/LibreBaskerville-Italic.ttf"); font-style: italic;
}
body{
font-family: Leipis, serif;
 }
h1 {
color: #03038c;
}
h2 {
color: #03038c;
}
h3 {
color: #03038c;
}
img {
border: 4px #03038c;
max-width: 100%;
}
div {
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}