/* Privacy and terms addon */
body {
    line-height: 1.6;
}

.section {
    /* undoing main style */
    opacity: 1;
    transform: translateY(0);
}

#privacy-policy, #terms-of-service {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#privacy-policy h1,
#privacy-policy h2,
#terms-of-service h1,
#terms-of-service h2 {
    color: #333;
    margin-bottom: 10px;
}

#privacy-policy .section,
#terms-of-service .section {
    margin-bottom: 20px;
}

#privacy-policy ul,
#terms-of-service ul {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 20px;
}

#privacy-policy p,
#terms-of-service p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}
header{
    padding: 1rem 3rem;
}
.header-text > h1 > a {
    color: white;
}

@media (max-width: 768px) {
    nav {
        justify-content: center;
        gap: 0px;
    }
}
