:root {
    --bg-main: #0B0F1A;
    --bg-panel: rgba(255,255,255,0.04);
    --accent: #00E5FF;
    --accent-soft: #7C7CFF;
    --text-main: #E6EAF2;
    --text-muted: #8A8FA3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-main);
    color: var(--text-main);
    line-height: 1.6;
    margin: 0;
    background-image: url('../Images/Background_HmPg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

footer {
    text-align: center;
}

.whatsapp {
    background:#25D366;
    color:white;
    padding:10px 20px; 
    text-decoration:none;
    border-radius: 5px;
}