  body{
    background-image: url("ggg.jpg");
    background-size: cover;
  }
  #tex {
    position: relative;
    top: -150px;
    text-align: center;
  }
  #text {
    font-family: verdana;
    color: lightyellow;
    text-align: center;
    position: relative;
    top: -350px;
    
    
  }
  #p {
    font-family: verdana;
    color: lightgreen;
    text-align: center;
    position: relative;
    top: -350px;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    transform: scaleX(2.8);
    transform-origin: center;
  }