@import url(/src/app.css);


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.privacy-container{
    margin: 0 auto; 
    max-width: 1200px;
}

.nav-black a li{
    color: #333;
}

.privacy-policy {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #2c3e50;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    color: #2c3e50;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

h3 {
    color: #2c3e50;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

ul, ol {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

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

@media (max-width: 768px){
    .privacy-policy{
        padding-top: 130px;
    }
}

.phone {
    display: flex;
    gap: 0.5em;
}