/*
Theme Name: Phull Kalliyan By Roop
Author: You
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia;
  background: #8B0000;
  padding-top: 120px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.logo-box {
  height: 120px;
  background: url('bg.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.logo-box img {
  height: 70px;
}

nav {
  margin-left: auto;
}

nav a {
  margin-left: 20px;
  color: #FFD700;
  text-decoration: none;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.product {
  background: #fff;
  padding: 15px;
  width: 220px;
}