@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

body {
  margin: 0;
  background: rgb(0, 0, 0);
}

:root {
  --main-color: rgb(247, 242, 242);
}

.bg {
  text-align: center;
  padding: 10px;
  height: 100vh;
  background-size: cover;
  box-sizing: border-box; 
  filter: blur(8px); 
  background-position: center;
}

.bg-text {
  color: var(--main-color);
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
  font-family: "Rubik Mono One";
}

.custom-section {
  padding-top: 50px;
}

.cb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-text {
  font-family: "New Tegomin";
  /* color:aqua */
}

footer {
  text-align: center;
  font-size: 10px;
  background: rgb(42, 41, 41);
  padding: 20px 0;
  color: var(--main-color);
  margin-top: 40px;
}

.home {
  background-image: url("./imges/bgImage.jpg");
} 
