/*
Theme Name: Gokul Custom Theme
Author: Gokul
Description: WordPress theme built from scratch on live server
Version: 1.0
*/

body{
        margin:0;
        Background-color:green;
}
.banner {
  height: 300px;
  background: #eee;
  text-align: center;
  padding-top: 100px;
}

.carousel {
  display: flex;
  gap: 10px;
  padding: 20px;
}

.slide {
  flex: 1;
  background: #ccc;
  padding: 40px;
  text-align: center;
}

.content {
  padding: 20px;
}

footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 15px;
}
