body {
  background-color: blue ;


  font-family: "Comic Sans MS", cursive;
  font-size: 20px;
  color: black;

  background-image: url(himalayas-3.jpg);
  background-size: 100%;

  background-repeat: no-repeat;
}


h1,h2,h3 {
  font-family: Arial, Helvetica, sans-serif;

  font-weight: bold;
}


h1 {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: left;
}
img { 
   border:5px solid white;
}
  