body{
 color: rgb(255, 255, 255);
  background-color: rgb(168, 206, 255);

  background-image: url('images.jpg'); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover; 
  background-attachment: fixed; 

  height: 100vh;
  min-height: 100vh; 
  margin: 0;

  overflow: hidden;
 
}

.bird-follower {
    position: absolute;
    
    
    width: 300px; 
    height: auto;
    
    pointer-events: none; 
    transform: translate(-50%, -50%); 
    
    
    transition: transform 0.15s ease-out, left 0.1s ease-out, top 0.1s ease-out; 
}



img.first-tree {
  position: fixed;
  top: 42%;
  left: 11%;
  height: 40%;
}

img.last-tree {
  position: fixed;
  top: 30%;
  left: 65%;
  height: 25%;
}
p {
size: 100px;
background-color: rgb(0, 69, 148);

}
nav {
background-color: rgb(0, 69, 148);
padding: 20px;
}
li {

  color: #cfffb3;
}
a {

  color: #cfffb3;
}

div {

   color: #cfffb3;
}