 body {
            /*font-family: Arial, sans-serif;*/
            font-family: "Merriweather", serif;
  			font-weight: 900;
  			font-style: normal;
            margin: 20px;
            padding: 20px;
            text-align: center;


            background-color: #238cfa;
            color:#111;
            padding: 50px;

        }




body {
  background-image: url('grass.png');
  background-size: cover;      /* fills the whole screen */
  background-position: center; /* centers the image */
  background-repeat: no-repeat;
  background-attachment: fixed; /* image stays fixed while scrolling */
  min-height: 100vh;
}




