/*
Theme Name: EraTheme
Author: Me
Version: 1.0
Description: Custom WordPress Theme
Text Domain: eratheme
*/

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

html{ 
    scroll-behavior:smooth; 
} 

body{ 
    background:#000; 
    color:#fff; 
    font-family:Arial,sans-serif; 
}