.women
{
    margin: 50px 0;
}
h1{
    text-align: center;
    font-weight: initial;
    letter-spacing: 2px;
    color: #180404;
    padding-bottom: 10px;
    font-family: cursive;
    text-shadow: 1px 1px 1px #919191,
    1px 2px 1px #4b4949,
    1px 3px 1px #4b4949,
    1px 4px 1px #4b4949,
    1px 5px 1px #4b4949,
    1px 6px 1px #4b4949,
    1px 7px 1px #4b4949,
    1px 8px 1px #4b4949,
    1px 9px 1px #4b4949,
    1px 10px 1px #4b4949,
    1px 18px 6px rgb(16, 16,16,0.4),
    1px 22px 10px rgb(16, 16,16,0.2),
    1px 25px 35px rgb(16, 16,16,0.2),
    1px 30px 60px rgb(16, 16,16,0.4);
}
h1:after{
    content: '';
    background: #180404;
    display: block;
    height: 3px;
    width:280px;
    margin: 10px auto;
    
}
img{
    padding-top: 20px;
    border-radius:  120px 20px 120px 20px;
    height: 300px;
    width:500px;
    box-shadow: 0px 0px 20px 4px rgb(0,0,0,1);
    
}
h4{
    text-align: center;
    padding-left: 80px;
}
body{
    background-image: url("Images/bg6.png");
    
}
h2{
    text-align:center;
}
.quote{
    text-shadow: 1px 1px 1px #4b4949,
    1px 2px 1px #4b4949,
    1px 3px 1px #4b4949,
    1px 4px 1px #4b4949,
    1px 5px 1px #4b4949,
    1px 18px 6px rgb(16, 16,16,0.4),
    1px 22px 10px rgb(16, 16,16,0.2),
    1px 25px 35px rgb(16, 16,16,0.2),
    1px 30px 60px rgb(16, 16,16,0.4);

}