/* Terms & Privacy Styling */
.blog-header {
    background-color: #333; /* Dark grey */
    color: white;
    text-align: center;
    padding: 50px 0;
}

.blog-header h1 {
    font-size: 2.5em;
    margin: 0;
}

.blog-header .intro {
    font-size: 1.2em;
    margin-top: 10px;
}

.blog-post-content {
    background-color: white;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h2 {
    font-size: 2em;
    color: #FF6F00; /* Orange */
    border-bottom: 2px solid #FF6F00;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.6em;
    color: #333;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
}

/* Footer Styling */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

/* Home Button */
.home-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #FF6F00; /* Orange */
    color: white;
    font-size: 1.2em;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
}

.home-button:hover {
    background-color: #e65c00;
}
