/*
Theme Name: Metricsolve Theme
Author: You
Description: Minimal theme for metricsolve.in
Version: 1.0
Text Domain: metricsolve
*/
body { margin:0; font-family: Arial, sans-serif; background:#fff; }
.header { height:30vh; background:#f9f9f9; display:flex; align-items:center; justify-content:center; text-align:center; padding:20px; }
.header h1 { margin:0; font-size:28px; }
.body { padding:40px; font-size:18px; text-align:center; }
.menu-btn { position:fixed; top:20px; left:20px; width:30px; cursor:pointer; z-index:1001;}
.menu-btn div { height:4px; background:#333; margin:6px 0; }
.side-menu { position:fixed; left:-250px; top:0; width:250px; height:100%; background:#222; color:#fff; padding:40px 20px; transition:0.3s; z-index:1000;}
.side-menu.active { left:0; }
.side-menu ul { list-style:none; padding:0; }
.side-menu li { margin:20px 0; font-size:18px; }
