#cookies_info * {
    margin: 0;
    padding: 0;
}

#cookies_info {
    position: fixed;
    font-family: 'Lato', sans-serif;
    left: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    padding: 24px;
    z-index: 1000;
}

#cookies_info h6 {
    font-size: 22px;
    font-weight: bold;
    color: rgb(250, 250, 250);
    margin-bottom: 20px;
}

#cookies_info p {
    font-size: 14px;
    color: rgb(250, 250, 250);
    line-height: 20px;
}

#cookies_info a {
    display: block;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 22px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: center;
    text-decoration: none;
    background-color: rgb(250, 250, 250);
}

#cookies_info a:hover {
    background-color: rgba(250, 153, 8, 0.959);
    color: rgb(250, 250, 250);
}