* {
    font-family: 'Roboto', sans-serif;
}

body {
    height: 200vh;
    margin: 0;
}

header {
    display: flex;
    height: 100vh;
    background: url('../assets/img/header.webp') center/cover fixed;
    color: whitesmoke;
    align-items: center;
    justify-content: center;
}

header::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.368);
    /* z-index: 1; */
    position: absolute;
}

h1 {
    font-weight: normal;
    z-index: 1;
}