/* style/blog-how-to-choose-best-online-platform.css */

/* Global styles for the page content, ensuring text color contrast */
.page-blog-how-to-choose-best-online-platform {
    background-color: #08160F; /* Background custom color */
    color: #F2FFF6; /* Text Main custom color for dark background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

.page-blog-how-to-choose-best-online-platform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}