{margin: 0; padding: 0}

@font-face {src:url(fonts/klinicslabbook.otf);
    font-family: Klinic Slab}
@font-face{src:url(fonts/goudy_old_style.ttf);
    font-family: Goudy Old Style}

width:100%

        body {background-color: white;text-align: center}
        
        p {color:rgb(207,28,68);
            text-align: center;font-size: 18px;
            font-style:italic;text-decoration: underline;
            text-decoration-color: rgb(11,148,70)} 

        section {color:rgb(124,87,63); font-size: 15px;
            font-style: normal;text-align: center;font-family: "Klinic Slab"}        
        
        h1 {color:rgb(207,28,68);text-align: center;
            font-size: 24px;font-style:normal;
            font-family: "Klinic Slab"}

      img {display: block;margin-left: auto;margin-right: auto;width:40%}
        
        nav {background-color:rgb(11,148,70);
            font-size: 28px;text-align: center;
            font-family: "Klinic Slab"}
        
        nav li {display: inline-block;text-align: center}
        
        nav a {display: inline-block; padding: 5px;}
        
        ul {display: inline-block; border: 5px solid rgb(11,148,70);
            background-color: rgb(11,148,70);}
        
        li {display:inline-block;
            float: left;}
        
        li a{display: inline-block;
            color:white; text-align: center;
            padding:12px 16px;
            text-decoration: none;}
        
        li a:hover {
            background-color: rgb(85,50,55);}
        
        div.gallery {margin: 30px;border: 0px; float:left; width: 380px;}

        div.gallery:hover {border: 25px;}

        div.gallery img {width: 100%;height: auto;}

        div.desc {padding: 15px; text-align: center;font-family: "Klinic Slab";font-size: 24px;color: rgb(11,148,70)}
        footer {background-color: white;padding: 100px;text-align: center}





