    * {
        color:black;
        font-family: Helvetica, Arial sans-serif;        
    }
    
    a{
        color: blue;
        font-weight: bold;
        background-image: linear-gradient(180deg, white, #00a6ff, #afe9ff);
        border-radius: 10px;
        text-decoration: none;
    }
    a:hover {
        color: #ffffff;
        text-shadow: 2px 1px 2px #000000;
        font-weight: bold;
        background-image: linear-gradient(180deg, white, #0026ff, #86deff);
        text-decoration: none;
    }   
            
    p {
        color:black;
    }

    h2 {
    background-image: linear-gradient(180deg, white, #b40000, #ff8989);
    color: white; 
    text-shadow: 1px 1px 5px white;
    border-radius: 5px    
    }
            
    h3, h4 {
    background-image: linear-gradient(180deg, white, black, black);
    color: transparent;
    background-clip: text;    
            }
    
    body {
        background-color: black;
    }
            
    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;
}