/*
Theme Name: New Born Nest
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme for "New Born Nest," designed for baby milestone products.
Version: 1.0
*/
body {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}
.hero-section {
    background: url('../images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 100px 20px;
    color: white;
}
.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: #ff6699;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
