/* Normalizacia-standardizacia stylov stranky www.afimilk.sk */
/* Predpoklada pouzitie https://necolas.github.io/normalize.css */
/* version 2022-01; change:01; release:19-02-2022 */
/*    - responsive/adaptive/elastic design also for mobile devices */


/* *******************************/
/* PAGE BODY:: viewport          */
body {
    font-family: 'Gemunu Libre', sans-serif;
    font-size: 1.2em; /* adaptive font size from viewer (default:16px=100%)*/
    font-weight: 700;
    color: rgba(51, 187, 255, 1) ;
    width: 85%;
    background: whitesmoke;
}
