        @font-face {
            font-family: FontH1;
            src: url(fonts/fonth1.ttf);
        }

        @font-face {
            font-family: opensans;
            src: url(fonts/OpenSans-ExtraBold.ttf);
        }

        @font-face {
            font-family: Adumu;
            src: url(fonts/Adumu.ttf);
        }


        body {
            margin: 0;
            padding: 0;
        }

        header {
            background-image: url('pictures/lista-zadni.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;;
            padding: 0;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        h1 {
            font-family: "FontH1";
            font-size: 45px;
            color: white;
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            margin-left: 20px;
        }

        .logo {
            width: 92px;
            height: auto;
            margin-right: 12px;
        }

        .menu {
            margin-right: 25px;
            list-style-type: none;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            color: white;
        }

        .menu li {
            margin-left: 30px;
            font-family: opensans;
            font-size: 25px;
            text-align: center;
        }

        a {
            text-decoration: none; 
            color: white;
        }
        
        a:hover {
            color: #FFD700;
        }
