body {
  background-color: #000;
}

.title {
  font-family: "Cairo";
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 95vh;
  letter-spacing: 1px;
  line-height:2;
}

.grad {
  background-image: url(3oEdv0QotOImAnOfVm.webp);
  background-size: cover;
  color: transparent;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  text-transform: uppercase;
  font-size: 120px;
  margin: 10px 0;
}

.foot {
  font-family: arial; 
  font-size: 10px; 
  color: #FFF;
}

.img {
  max-width: 90%;
}