img{
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 45px #0007;
    background-size: auto;
    
}
.div-img{
    
    
    text-align: center;
}
.bg-bdy{
    background-color: #24292f;
}
#card-login{
    background-color: #0d1117; 
    border-radius: 6px;
    box-shadow: 0 1px 3px rgb(1 4 9 / 0.3), 0 8px 24px rgb(1 4 9 / 0.7);
    padding: 24px;
    max-width: 400px;
    margin: 0 auto;
    color: #c9d1d9; 
}