<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

.home-text {
  min-height: 100vh;
  min-width: fit-content;
  align-content: center;
  overflow-x: hidden;
  background-image: url(image/bg.jpg);

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.headings {
  font-family: "Poppins", sans-serif;
  margin-left: 6%;
  margin-top: -6%;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}
.text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sm-p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: bolder;
  margin-left: 6%;
}
.explore {
  color: aliceblue;
  background-color: #d01515;
  width: 120px;
  height: 45px;
  margin-left: 6%;
  border-color: #090818;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: medium;
}
@media(max-width:480px) {
  .headings {
    font-family: "Poppins", sans-serif;
    margin-left: 6%;
    margin-top: -9%;
    font-size: 30px;
    font-weight: 500;
    line-height: 55px;
  }
  .sm-p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: bolder;
    margin-left: 7%;
  }
  .explore {
    color: aliceblue;
    background-color: #d01515;
    width: 120px;
    height: 45px;
    margin-left: 7%;
    border-color: #090818;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: medium;
  }
}</pre></body></html>