/*
Theme Name: M3H Theme
Theme URI: http://m3h.local
Author: M3H
Description: A clean starter theme for M3H business website (3D prints & clothing).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: m3h
*/

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #333;
}

a {
    color: #1abc9c; /* turquoise accent */
    text-decoration: none;
}

header, footer {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 20px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.hero {
    text-align: center;
    padding: 80px 20px;
    background: #f4f4f4;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.hero a {
    background: #1abc9c;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
}

footer p {
    margin: 0;
}
