body {
    background-color: black;  
    color: white;                
    font-family: Arial, sans-serif;
   
}


header, footer {
    background-color: #222;      
    color: orange;                
    padding: 20px;
}


nav a {
    color: greenyellow;
    text-decoration: none;
    margin-right: 15px;
}


section {
    padding: 20px;
}

article {
    margin-bottom: 30px;
}


nav a:hover,
ul li a:hover {
    color: #ff2f00f4;          
    text-decoration: underline;
}

.figma-link {
    color: greenyellow;
    transition: 0.3s ease;
}

.figma-link:hover {
    color: #ff2f00f4; 
    
}

ul li a {
    color: yellowgreen;
    
}

ul li a:hover {
    color: #ff2f00f4;   
    
}

article img {
    width: 400px;
    height: 200px;
 
}







