```
style:
```
/* Global Styles */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f9f9f9;
}
h1, h2 {
color: #00698f;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
margin-bottom: 10px;
}
button {
background-color: #00498f;
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
/* Hero Section Styles */
header {
background-color: #fff;
padding: 50px 0;
text-align: center;
}
h1, p {
color: #333;
}
button {
background-color: #00498f;
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
```
Note: You can modify the content and styles to fit your specific needs. This is just a basic template to get you started.
Also, make sure to replace the `logo.png` with your actual logo image.
If you want to add more features or customize the template further, feel free to ask!