body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto;
    background-image: none;
}

main {
    min-height: calc(100vh - 440px);
}

.privacy-main h1 {
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}

h2 {
    color: #f1f1f1;
    margin-top: 30px;
}

h3 {
    color: #f1f1f1;
    margin-top: 10px;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.privacy-panel{
    padding: 20px;
}

.contact-panel{
    padding: 0 20px 40px;
}
