/*
Theme Name: Prabhu Polyplast
Theme URI: http://localhost
Author: Sumit Arora
Author URI: http://localhost
Description: Custom WordPress Theme
Version: 1.0
Text Domain: prabhupolyplast
*/

body {
  font-family: Arial, sans-serif;
}

.site-header {
  background: #0d6efd;
  color: #fff;
  padding: 20px;
}

.site-footer {
  background: #222;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: auto;
}
