     body {
            background: rgb(58, 58, 58);
            font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
            color: white;
            margin: 0;
            padding: 0;
            }
 
         nav ul {
               list-style-type: none;
                margin: 0px;
                padding: 0;
                overflow; hidden;
                background: black;
           }

        nav li {
            display: inline-block;   
            padding: 2px; 
            margin-left: 20px;
            font-size: 20px;
           } 

        nav li:first-child {
            margin-left: 0px; 
        }  

        nav li a:hover {
            color: white;
            text-decoration: underline;
            text-underline-offset: 4px;
            color: gold;
            transition: color 0.2s;
        }

        header {
            background-color: black;
            height: 100px;
            padding: 20px;
            text-align: center;
         }

        header a {
            color: white;  
            text-decoration: none;
            text-transform: uppercase;
            margin-top: 200px;
             }
 
       
       
       figcaption a:link {
        color: white;
        text-decoration: none;
        }

       figcaption a:hover {
            color: white;
            text-decoration: underline;
            text-underline-offset: 4px;
            color: gold;
            transition: color 0.2s;
       }

    figcaption a:visited {
       color: white;
       text-decoration: none;
       }

     figcaption a:active {
      color: white;
      text-decoration: none;
      }


       
         
        /*RESPONSIVE RULES*/
        @media screen and () {

        }

         /*FEATURES*/

        .features {
            background: black;  
            color: gray;
            padding: 20px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            text-align: center;
            text-transform: uppercase;
            
             }
       
    .features figure {
        margin: auto;
        text-transform: uppercase;
        text-align: center;
        width: 200px;
        }


        .features figure img {
            border: 3px solid white;
            border-radius: 10%;
            box-shadow: gray 0 0 10px;
            width: 150px;
        }
        

       
        h1 {
            text-align: center;
        }
    
      
        footer {  
            background:black; 
                color: white;
                font-size: 16px;
                width: 100%;
                padding-top: 20px; 
                padding-bottom: 20px;
                text-align: center;
               }       

          
               