body {
    font-family: Hauss, Segoe UI, -apple-system, Roboto, Helvetica Neue, Noto Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.6;
    color: #333;
    background-color: #f0f7f0;
    padding: 0;
    background:url('sground1.JPG') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

img{
    text-align: center;
 
 }

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000; 
    background: #228B22;
    padding: 10px 0;
}

header {
    background: #2e8b57;
    color: #ffffff;
    padding-top: 0px;
    min-height: 70px;
    line-height: 0.5;
    border-radius: 5px;
}

header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

header ul {
    padding: 0;
    list-style: none;
}

header li {
    display: inline;
    padding: 0 20px 0 20px;
    margin: 25px;
}

header #branding {
    float: left;
}

header #branding h1 {
    margin: 0;
    padding-right: 0px;
    font-size: 16px;
    
}
h1 {
    color: white;
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: -11px;

}
header nav {
    float: center;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    
}

header .highlight, header .current a {
    color: #98fb98;
    font-weight: bold;
}

header a:hover {
    color: #ffffff;
    font-weight: bold;
}

header p {
    flex: 1;
text-align: center;
color: white;
font-size: 20px;
margin: 0;
float: center;
line-height: 1.6;
margin-bottom: 20px;
}

header h1 {
    flex: 1;
text-align: center;
color: white;
font-size: 50px;
font-weight: bold;
float: center;
margin: auto;
padding-top: 20px;
margin-bottom: 20px;
line-height: 1.3;
background-image: radial-gradient(ellipse, #ff2d2d, #fbff00);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-stroke: 1px #000;
}

.section {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.76);
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 1500px;
}

h2 {
    color: #000000;
}

h4 {
    color: #000000;
    margin-top: 10px;
}


.container1 {
    width: 60%;
    margin: auto;
    overflow: hidden; 
}

p {
    color: black;
}