body{

    background-image:url(imagenes/Pista.jpeg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;

}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}
 
     header{

    color: rgb(0, 255, 42);
    text-align: center;
    padding: 50px 
}
h1{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow: 
      -1px  -1px 0 rgb(0, 0, 0),
      -1px  1px  0 rgb(0, 0, 0),
      1px  1px 0 rgb(0, 0, 0),
      1px  -1px 0 rgb(240, 233, 233);
      font-size: 90px;}
 

