/*
Theme Name: Coming Soon - Website Not Available
Theme URI: https://example.com/
Description: A simple coming soon theme indicating the website is no longer available.
Version: 1.0
Author: Your Name
Author URI: https://yourwebsite.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: comingsoon-notavailable
*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.message {
    color: #000000;
    font-size: 24px;
}
