body {   font-family:Verdana, Geneva, Tahoma, sans-serif; color: white;

}



P2 {
     Font-family: 'Verdana';
     font-weight: bold;
     Font-size:1,5em;
     Color:rgb(147, 214, 240);
     Line-height:1em;
     position: sticky;
     
     padding: 50px;
     
     }

     p2 {
          width:85%;
          max-width: 700px;
      
      }

video {
     max-width:500px;
     
   }



p {
    width:85%;
    max-width: 700px;

}

img{       
     width:50%; 
}

@media (max-width:800px){         
       img{                 
            width: 30%;         
       } 
}
  /* unvisited link */
 a:link {
  color: rgb(248, 247, 247); text-decoration: none;
}

/* visited link */
a:visited {
  color: rgb(249, 252, 249); text-decoration: none;
}

/* mouse over link */
a:hover {
  color: red; text-decoration: none;
}

/* selected link */
a:active {
  color: yellow; text-decoration: none;
} 


