        /* Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Base */
        body {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #222;
            background: #ffffff;
        }

         /*h2*/


        /* Header */

 .hero-header {
  background-image: url('https://g2mowing.com/grassheader.jpg');
  background-size: cover;
  background-position: center;
  

      
            
            color: black;
            padding: -1rem;
            text-align: center;
        }

        header h1 {
            margin-bottom: 0rem;
            font-size: 10vw;
           font-family: "cubano-sharp", monaco, courier;
            

            
  
  text-align: center;
  font-style: normal;
  color: rgb(255, 120, 3);
  text-shadow: 2px 5px 4px #000000;
            
 

        }

        nav a {
            color: black;
            text-decoration: none;
            margin-right: 1rem;
        }

        nav a:hover {
            text-decoration: bold;
        }
     
/*button styling*/

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 1000px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 4px;}


    /* Column container */
.container {  
  display: flex;
  flex-wrap: wrap;
}

/* Main column */
.main {
  flex: 70%;
  background-color: white;
    padding: 20px;}

/* Sidebar/left column */
.side {
  flex: 30%;
  background-color: #f1f1f1;
  padding: 20px;
}




/* Fake image, just for this example */
.fakeimg {
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
}
    
          
.button {
  background-color: rgb(255, 120, 3);
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    border-radius: 8px;
}


