#container-cookie{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: rgba(39, 40, 45, 0.9);
    text-align: center;
    color: white;
    z-index: 1;
}
#ho-capito{
    display: block;
    clear: both;
    background-color: #1C7CBF;
    width: 6rem;
    color: #fff;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin: auto;
}