@import url("../css/styles.css");
.header{
    background: url('../img/headers/conduct-header.webp') center/cover no-repeat;
    height: 65vh;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 40, 64, 0.5);
    z-index: 1;
}

#main-text {
    position: relative;
    z-index: 2;
}
