@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: 'Poppins', sans-serif;
}

section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../pictures/random/1.jpg);
    background-size: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section h2 {
    font-size: 10vw;
    font-weight: bolder;
    color: #000;
    background: #fff;
    padding: 20px 40px;
    mix-blend-mode: screen;
}