header {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 !important;
    background-color: #2d3436 !important;
    background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%) !important;
    color: white;
}

.hero-image {
    display: flex;
    align-items: bottom;
    justify-content: end;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-image> img {
    object-fit: cover;
    max-height: 100% !important;
    max-width: 100% !important;
    position: absolute;
    bottom: -45px;
}

/* header> article */
.website-intro {
    display: block;
    padding-left: 50px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.who-am-i {
    margin: 0;
    padding: 0;
}
.occupation {
    margin: 0;
    padding: 0;
}

@media screen and ( max-width: 576px) {
    header {
        max-height: 600px;
        overflow: hidden;
        padding: 0 !important;
    }
    .hero-image {
        width: 100vw !important;
        max-height: 60%;
        justify-content: center;
    }
    .hero-image> img {
        object-fit: cover !important;
    }
    .occupation> {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 2000px) {
    .occupation {
        font-size: 185px !important;
    }
}