@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
    font-family: "Anton";
    padding: 2rem;
    margin: 0;
}

.over-image {
    display: flex;
    background: url('https://images.unsplash.com/photo-1505136026201-bbc1bc0949fa?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjJ8fGZpbmxhbmR8ZW58MHx8MHx8fDA%3D') center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/0.4;
    font-size: 8vw;
    margin-bottom: 20px;
}

.over-image span {
    text-transform: uppercase;
    background-color: white;
    padding: 1rem 2rem;
    mix-blend-mode: lighten;
    outline: 4px solid;
    outline-offset: -10px;
    letter-spacing: 0.3rem;
}

.throught-image {
    text-align: center;
    background: url('https://plus.unsplash.com/premium_photo-1668792545770-40acd548fc9c?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8ZmlubGFuZHxlbnwwfHwwfHx8MA%3D%3D') center;
    background-size: cover;
}

.throught-image h1 {
    font-size: 11vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: black;
    background-color: white;
    mix-blend-mode: lighten;
}