*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{

    background:url("digital-marketing.jpg") center center/cover no-repeat;
    min-height:100vh;

}

.overlay{

    width:100%;
    min-height:100vh;

    background:rgba(0,0,0,.65);

    display:flex;
    justify-content:center;
    align-items:center;
    padding:30px;

}

.card{

    width:650px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.2);

    border-radius:25px;

    padding:40px;

    text-align:center;

    color:white;

    box-shadow:0 15px 40px rgba(0,0,0,.35);

}

h1{

    font-size:50px;

    margin-bottom:10px;

}

span{

    color:#60A5FA;

}

h3{

    font-weight:400;

    color:#d1d5db;

    margin-bottom:25px;

}

.card img{

    width:100%;

    border-radius:15px;

    margin-bottom:25px;

    border:3px solid rgba(255,255,255,.15);

}

p{

    line-height:1.8;

    color:#f1f5f9;

    font-size:17px;

}