h2 {
    text-align: center;
}

h4{
    margin-top: 20px;
}

.gdpr{
    font-weight: bold;
    font-style: italic;
}

ul{
    list-style: disc;
}

ol{
    list-style: numeric;
}

ul, ol{
    margin-left: 1.5rem;
}

div:has( > table){
    overflow-x: auto;
}

table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

table thead tr:first-child th{
    text-align: center;
    background-color: #efefef;
}
table th, table td{
    border: 1px solid #000000;
    padding: 4px 8px;
}

a{
    text-transform: unset;
}