@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;700&display=swap");
body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  background-color: #002f35;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding: 15px;
  overflow: hidden;
  background-image: url(bc.svg);
  background-size: cover;
  background-position: center;
}
img {
  width: 100%;
  max-width: 270px;
  margin-top: -55px;
}

h3 {
  color: #fff;
  font-weight: 400;
  font-size: 38px;
  max-width: 940px;
  line-height: 70px;
  word-spacing: 5px;
}
h2 {
  color: #98c93c;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 576px) {
  h3 {
    font-size: 22px;
    line-height: 40px;
  }
  img {
    max-width: 190px;
    margin-bottom: 25px;
  }
}
