/* styles.css */

/* voltaire-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: 400;
    src: url('voltaire-v23-latin-regular.woff2') format('woff2');
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertikal */
	background-color: #088395;
}

h1 {
    font-family: 'Voltaire';
    font-size: 2rem;
    text-align: center;
	color: #EBF4F6;
}
