body {
    overflow-x: hidden;
}

header {
    background-color: black;
    height: 150px;
}

.content {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 150px;
    top: 900px;
}