header {
    background-image: url('../images/dedust/dedust-header.png');
    background-position: center;
    background-size: cover;
    height: 1000px;
}

.nav-section #home-button {
    color: #B8B8B8;
}

.nav-section #dedust-button {
    color: white;
}

header .header-div-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

header .header-div {
    padding: 100px;
    max-width: 1500px;
}

header .title-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

header .title-div h1 {
    width: 50%;
    color: white;
    font-size: 48px;
}

header .title-div p {
    color: #ffffffa6;
}

header .title-div .text-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

header .image-div {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

header .image-div img {
    width: 100%;
}

.sperator {
    border-top-style: solid;
    border-width: 3px;
    border-color: rgb(216, 216, 216);
    width: 50%;
    max-width: 1500px;
}

.seperator-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}