#name {
     color: rgb(28, 21, 161);
    text-align: center;
    opacity: 0.5;
    text-shadow: 1px 2px 2px #13304a;
   }

.borders {
    border: 5px outset rgba(28,110,164,0.68);
    border-radius: 40px 40px 40px 40px;

}

.backColors{
    background-color:#a7c133;
}

 
/* اسپلش اسکرین */

  .splash{
    cursor : pointer;
    position : fixed;
    top : 50%;
    left : 50%;
    height : 95%;
    width : 95%;
    transform : translate(-50%,-50%);    
    background-color: rgb(159, 236, 52);
    transition : all ease-in-out 600ms;
  }
  
  .splash-header {
    height : 90%;
    color : white;
    font-family : consolas;
    font-size : 30px;
    display : flex;
    justify-content: center;
    align-items : center;
  }
  /*.............................................*/
 
 










