/*
červená: #db5a3b
zelená: #375323
hnědá: #422e21
*/

* {margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
body {font-family: 'Athena'; text-align: center; background: url("../img/bg.png") top center no-repeat; background-size: cover; min-height: calc(100vh);}

h1, h2, h3, a {font-family: "Coiny", system-ui; font-weight: 400; font-style: normal; color: #db5a3b;}

img {width: 100%; max-width: 100%; height: auto;}