:root {
    --primary: #710000;
    --secondary: #000000;

    --hover: rgb(255, 87, 87);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

    font-family: Poppins;


    transition: 0.2s ease-in-out;
}

html, body {
    background: #0b0b10;
}

#ag {


    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
