/*
Theme Name: Custom Theme
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: A custom WordPress theme tailored to specific requirements.
Version: 1.0
Text Domain: custom-theme
*/

body {
    background-color: #EFEFEF;
    margin: 0;
    font-family: Arial, sans-serif;
}

#main-content {
    width: 80%;
    margin: 50px auto;
    text-align: center;
}

.placeholder-image {
    width: 100%;
    max-width: 600px;
    height: 300px;
    background-color: #ccc;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #666;
}

.text-block {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.6;
}
