header {
    position: absolute;
    width: 100%;
    height: 115px;
    top: 0px;
    background: #03a9f4;
    left: 0px;
    padding: 0px 50px 0px 50px;
}main * {
    color: black;
}
body {
    background: white;
}
main {
    margin-top: 40px;
}