body{
    background-color: #EEE;
}

.container{
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h2{
    margin-top: 40px;
}

img{
    width: 150px;
    background-color: #EEE;
    padding: 50px 25px;    
    border-radius: 40px;
    box-shadow:  20px 20px 60px #cacaca,
             -20px -20px 60px #ffffff;
}