/*
Theme Name: SQUEEAK'S LAB
Theme URI: https://squeeakslab.com
Author: SQUEEAK
Description: A fun, quirky, tech-themed WordPress theme for SQUEEAK'S LAB.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: squeeaks-lab
*/

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

.hero {
    background-color: #00bcd4;
    color: white;
    text-align: center;
    padding: 3rem 1rem;
}

.btn {
    background-color: #ff4081;
    color: white;
    padding: 10px 20px;
    margin: 10px;
    text-decoration: none;
    border-radius: 5px;
}

.services,
.photography,
.calendar,
.testimonials,
.about {
    padding: 2rem;
}

.card {
    background: white;
    padding: 1rem;
    margin: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
