    * {
        color:black;    
        font-family: Times New Roman, Times, serif;  
    }
    
    a{
        color: white;
        font-weight: bold;
        background-image: linear-gradient(180deg, white, #363636, #020202);
        border-radius: 5px;
        text-decoration: none;
    }
    a:hover {
        color: black;
        text-shadow: 2px 1px 2px #a5a5a5;
        font-weight: bold;
        background-image: linear-gradient(180deg, white, #ffffff, #646060);
        text-decoration: none;
    }   

    a:img {
        text-decoration: none; 
    }

    a:has(img) {
        text-decoration: none;
    }
            
    p {
        color:black;
    }

    h2 {
   background-image: linear-gradient(180deg, #ffffff, #2b2b2b, black);
    color: transparent;
    background-clip: text;   
    }
            
    h3, h4 {
    background-image: linear-gradient(180deg, #656565, #2b2b2b, black);
    color: transparent;
    background-clip: text;    
            }
    
    body {
        background-color: black;
        font-size: 19px;
    }
            
    footer {
    background-image: linear-gradient(180deg, white, black, black);
    width: fit-content;
    color: white;
    border-radius: 5px;
    }            
       
    audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
    width: 100%;
    height: 100px;
}
