@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900");
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(images/01.jpg) center fixed;
    display: flex;
    justify-content: center;
}

section h2 {
    position: absolute;
    margin-top: 200px;
    margin-bottom: 500px;
    background: rgba(220, 220, 220, 0.3);
    border-radius: 25px;    
    padding: 15px 15px;
    mix-blend-mode: normal;
}

section h2 p {
    font-size: 18px;
    text-align:center;
    color: aliceblue;
}

section h2 p2 {
    font-size: 12px;
    text-align:center;
    color: aliceblue;
}

