/* header.css - Header Styling */
.header {
    width: 100%;
    background: #4dbcff;
}
.header img {
    width: 100%;
    height: 500px;
    display: block;
}
