.cookies-usage {
    position: fixed;
    width: 300px;
    height: 170px;
    z-index: 100;
    left: 10px;
    bottom: 10px;
    background-color: #2546a1;
    color: #1c1d1e;
    border: 1px #1c1d1e solid;
    padding: 15px;
}

.cookies-usage>h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.cookies-usage>p {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: white;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 15px;
}

.cookies-usage > p > a {
    color: #1c1d1e;
}

.cookies-usage>button {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #1c1d1e;
    padding: 5px;
    font-weight: 800;
    box-shadow: none;
    border: none;
}

.privacy-policy {
    color: black;
    padding: 10px;
    text-align: justify;
}

.whatsapp-button {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 100;
    right: 30px;
    bottom: 30px;
}