* {
    padding: 0;
    margin: 0;
}

.wrapper {
    padding: 2px 20px 200px 20px;
}

.data-protection-section {
    padding: 20px;
    background-color: rgba(201, 201, 201, 0.21);
    border-radius: 10px;
    margin: 20px auto;
    max-width: 80%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.data-protection-section h1 {
    font-size: 30px;

}

.data-protection-section h2 {
    font-size: 24px;
    color: var(--mid-light);
    margin-bottom: 15px;
    border-bottom: 2px solid #424242;
    padding-bottom: 5px;
}

.data-protection-section h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #555;
}

.data-protection-section p {
    margin-bottom: 15px;
    text-align: justify;
}

.data-protection-section a {
    color: var(--mid-light);
    text-decoration: none;
}

.data-protection-section a:hover {
    text-decoration: underline;
}
