#Proj {
position: relative;
 height: 200px;
 width: 600px;
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
 justify-content: center;	
 align-items: center;
 right: 25px;
background: linear-gradient(0deg, #0055ff 0%, #00faaf 100%);
 border-radius: 16px;

}

#text {
text-indent: 50px;
 display: block;
text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18, 2px 2px 2px #CE5937;
color: #FFFFFF;
text-align: center;
 font-size: 50px;
}