/*
Theme Name: MT
Theme URI: https://example.com/
Author: Nama Anda
Author URI: https://example.com/
Description: Tema ringan dan stylish untuk situs under construction.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mt
*/

/* Basic reset & body styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f2f4f8;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Centering the content */
.container {
    max-width: 700px;
    margin: 100px auto;
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
}

h1 {
    color: #2c3e50;
    font-size: 2.5rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}
