/*
Theme Name: Starah Blank Theme
Theme URI: https://example.com
Author: SiyaMusique
Description: Minimal blank WordPress theme that does not override custom CSS.
Version: 1.0
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    line-height:1.6;
}