@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    font-family: 'Roboto', sans-serif;
}
.black-div {
    background-color: black;
    color: white;
    width: 100%;
    padding: 20px 0; /* Adjust padding for top and bottom as needed */
}

.black-div h1 {
    margin: 0;
    padding-left: 17%; /* Adjust padding for left as needed */
}
.cookie-content {
    margin-top: 6%;
}



table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; 
}
th, td {
    border: 1px solid white;
    padding: 10px;
    text-align: left;
    vertical-align: top
}
th {
    background-color: transparent;
    color: white;
}
td {
    background-color: transparent;
    color: white;
}

ul {
    color: gray;
}