body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f4f4f4;
}

header {
    background-color: #2c3e50;
    color: white;
    padding: 20px;
}

.hero {
    padding: 0px;
}

.hero img {
    width: 100%;
    max-width: 100% !important;
    border-radius: 0px;
	margin-top:0px !important;
	max-height:800px !important;
}

h1, h2 {
    color: #34495e;
}

footer {
    background-color: #2c3e50;
    color: white;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

