
nav {

    display: flex;
    justify-content: center;
    background-color: rgb(174, 110, 0);

    }

nav li {

    list-style: none;
    font-size: x-large;

}

nav li a {

    padding: 10px 10px;
    font-size: x-large;
    text-decoration: none;

    }

nav a:hover {

    background-color: rgb(148, 81, 0);

    }

nav a:focus {

    background-color: rgb(128, 81, 0);

    }

h1 {

    font-size: 50px;

    }

h1,h2, h3, h4, h5, p, a {

    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    }

h3 a {

    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;

    }

img {

    display: block;
    margin-left: auto;
    margin-right: auto;

    }

video {
    
    display: block;
    margin-left: auto;
    margin-right: auto;

}

ul {
    
    display: inline-block;
    text-align: left;
    list-style:circle;
    list-style-image: url(images/cookie.png);
    margin-left: auto;
    margin-right: auto;

    }

ul li{ 

    text-align: left;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }

ol {

    display: inline-block;
    text-align: left;
    list-style-type: decimal-leading-zero;
    margin-left: auto;
    margin-right: auto;

    }

a:link {

    color: rgb(125, 79, 11);

    }

a:visited {

    color: rgb(100, 68, 0);

    }

a:hover {

    color: rgb(99, 54, 0);

    }

a:active {

    color: rgb(177, 100, 0);

    }

div.container {

    text-align: center;

    }

p.big-letter::first-letter {

    font-size: x-large;
    color: rgb(99, 73, 0);

    }