h1 {color: rgb(76, 158, 9)}  
p{color: rgb(9, 67, 162)}   

body {
  background-image: url("../images/background/background_blue.jpg"); 
  
  /*background-position: 100px 100px; /* Center the image */
  background-size: cover; /* Do not repeat the image */
  /*background-size: 400px*400px*/
}


  div.relative {
    position: relative;
    left: 150px;}

img{
  position: relative;
  left: 150px;
  
    }
    /*border: 3px solid #73AD21;
  }

}

/*body{
    background-color: rgb(142, 177, 146);
  }  






