body, html
{
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', sans-serif;
    height: 100%;
    background-image: url("../img/veva-t-7.png");
    background-repeat: no-repeat;
    background-position: center;  
}

.cMain
{
    background: linear-gradient(to bottom right, rgb(234, 176, 240, 0.4), rgb(231, 198, 233, 0.4), rgb(207, 195, 226, 0.3), #f9effc);
    width: 100%;
    height: 100svh;  

    grid-template-columns: auto;
    grid-template-rows: 1fr auto auto;
    display:grid;

}
    .msg
    {
        text-align: center;                        
    }
    .lin
    {
        background: linear-gradient(to right,rgb(116, 61, 155), rgb(135, 92, 165), violet, rgb(236, 171, 236));                        
        margin: 5px 0 5px 0;
        height: 1px;            
    }
    .pie
    {
        padding: 1.5rem;
        /*background-color: rgb(231, 198, 233, 0.4);    */
        background-color: transparent;   
        backdrop-filter: blur(3px);
        text-align: center;                
    }
        .btn 
        {
            background-color: #753E9B; /*rgb(184, 112, 202); /*#c85a45;*/
            color: white;
            text-decoration: none;
            padding: 0.7rem 1.4rem;
            border-radius: 8px;
            font-weight: bold;
            font-size: 1rem;
            transition: background-color 0.3s ease;
        }
            .btn:hover 
            {
                background-color: #661a9c;/*#8d579b/*#a74230;*/
            }
