@font-face {
font-family: Lato;
src: url(Lato/Lato-Regular.ttf?ts=<?php echo( filemtime('Lato/Lato-Regular.ttf') )?>);
}

body {
font-family: 'Lato', sans-serif;
font-size: 100%;
margin: 0;
padding: 0;
background-color: rgb(210, 210, 210);
color: rgb(50, 50, 50);
text-shadow: #fff 0 0 5px;
}

header {
Padding: 10px;
border-bottom: 1px solid rgb(180, 180, 180);
display: flex;
gap: 10px;
justify-content: space-evenly;
align-items: center;
}

h1, h2, h3, h4 {
font-size: 2em;
margin: 0;
padding: 0;
}

footer {
font-size: 1em;
}
