.cookie-consent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    z-index: 1000;
    display: none;
}

.cookie-consent p {
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
}

.cookie-consent a {
    color: #7651e6;
}

.cookie-consent button {
    font-family: Montserrat;
    font-size: 16px;
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.cookie-consent button:hover {
    background-color: #45a049;
}
