/*
 Theme Name: Flowmo Theme
 Author: Flowmo
 Description: Flowmo's custom WordPress theme
 Version: 1.0
 License: GNU flowmo proprietary
 License URI: http://flowmo.design
 Text Domain: flowmotheme
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

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

main {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
}

h1, h2, h3 {
    color: #333;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}