﻿.modal-sfondo-black-cookie {
    background-color: #3b3636;
    background-color: #808080;
    color: black;
    opacity: 0.95;
}

.modal-content-cookie {
    width: 85%;
    border-radius: 15px;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}


a {
    color: lightgoldenrodyellow;
    text-decoration: none;
}

    a:hover {
        color: yellow;
        text-decoration: underline;
    }
