
/*
Theme Name: Primocys
Theme URI: https://example.com/primocys
Author: Primocys
Description: Custom lightweight WordPress theme with header, footer, blog templates.
Version: 1.0
*/

body{
    font-family: Arial, sans-serif;
    margin:0;
    padding:0;
    background:#f7f7f7;
}

header{
    background:#111;
    color:#fff;
    padding:15px 30px;
}

header a{
    color:#fff;
    text-decoration:none;
    margin-right:15px;
}

footer{
    background:#111;
    color:#fff;
    text-align:center;
    padding:20px;
    margin-top:40px;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:20px;
    background:#fff;
}

.post{
    margin-bottom:40px;
}

.post-title{
    font-size:24px;
}
