main section > div:nth-child(1) {
    background-image: url(../../svg/construction.svg),
        linear-gradient(90deg, #5a5a5a 5%, #777777 100%);
}
.headerContent {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fadeIn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerContent div.text {
    font-size: 18px;
    width: 100%;
    color: white;
    padding: 20px;
}
.headerContent > div:first-of-type h1 {
    font-size: 40px;
}
@media screen and (min-width: 768px) {
    .headerContent {
        flex-direction: row;
        display: flex;
    }
    .headerContent div.text {
        font-size: 20px;
        width: 50%;
        padding-right: 100px;
    }
    .headerContent div h1 {
        margin-right: 15%;
        font-size: 50px;
    }
}
.fadeIn div {
    opacity: 1;
}
#page > main {
    background: linear-gradient(90deg, #5a5a5a 5%, #777777 100%);
}
#page > main > img {
    background: linear-gradient(90deg, #5a5a5a 5%, #777777 100%);
}
