
body {
    font-family: 'Arial', sans-serif;
    margin: 20px;
    background-color: #f8f9fa;
}

#editor {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    font-family: monospace;
}

#output {
    border: 1px solid #ccc;
    width: 100%;
    height: 300px;
    margin: 0 auto;
}

button {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.dark-mode {
    background-color: #343a40;
    color: #fff;
}

.adsense-container, .affiliate-container, .header-ad, .sidebar-ad, .in-content-ad, .footer-ad {
    margin: 20px auto;
    display: block;
}

.header-ad, .footer-ad {
    width: 728px;
    height: 90px;
}

.in-content-ad {
    width: 300px;
    height: 250px;
}

.sidebar-ad {
    width: 300px;
    height: 350px;
}

.main-content {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.sidebar {
    position: fixed;
    top: 20px;
    right: 10px;
    width: 300px;
}

.left-sidebar {
    position: fixed;
    top: 20px;
    left: 10px;
    width: 300px;
}
