<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.banner-area {
  width: 100%;
  height: 600px;
  top: 150px;
  background-image: linear-gradient(rgba(4, 9, 30, 0.4), rgba(4, 9, 30, 0.4)),
    url("images/bulb.jpg");
  background-size: cover;
  background-position: center;
}

.banner-area h2 {
  padding-top: 25%;
  font-size: 70px;
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
  color: rgb(252, 167, 11);
  text-align: left;
}
.banner-area p {
  font-size: 20px;
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
  color: white;
  text-align: left;
}

.banner-area::before,
.banner-area::after {
  content: "";
  position: absolute;
  height: 100px;
  bottom: 10px;
  right: 0;
  left: 0;
}

.body{
  padding-top: 5%;
}

.text-body h2{
  padding-top: 0;
  margin-left: 19%;
  color: blue;
  height: px;
  font-size: 30px;
  line-height: 2rem;
  text-align: left;
}

.text-body p{
  padding-top: 1.5%;
  margin-left: 19%;
  color: grey;
  height: px;
  font-size: 20px;
  line-height: 2rem;
  text-align: left;
}

.text-body li{
  margin-left: 19%;
  color: grey;
  font-size: 15px;
  height: 25px;
  text-align: left;
}


</pre></body></html>