@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&display=swap");

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3a3a3a;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3a3a3a;
}
.main-text {
  color: #3a3a3a;
}
.bgicon {
  background-image: url(./images/Circle\ design.svg);
  width: 475px;
  height: 475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.yt-color {
  color: white;
  background-color: #cb0101;
  margin: 1 3px;
}
.bgicon img {
  margin: auto;
  margin-top: 20px;
}
.right-text h1 {
  color: #0a0826;
  font-family: poppins;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.right-text p {
  color: #6c6c6c;
  font-family: poppins;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 28px;
}
footer {
  background-color: #0a0826;
  text-align: center;
  padding: 50px 0;
  color: white;
}
footer h2 {
  font-family: poppins;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
