@tailwind base;
@tailwind components;
@tailwind utilities;

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  font-family: "Inter", sans-serif;
}

.service_main
{
  background: url(./images/service.png) center center;
  position: relative;
  z-index: 1;
}
.service_main::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffd3;
  z-index: -1;
}