/* styles.css */
body {
    background-color: white;
    /* color: black; */
}
body.dark-mode{
    background-color: #121212;
    color: white;
}
.content{
    color: black;
}
.addSend{
    margin-top: 40px;
    padding-top: 5px!important;
    width: 150px;
    height: 35px;
    border-radius: 50px;
    color: black;
    margin-right: 30px;
    background-color: grey;
}
.side-bar ul a{
    text-decoration: none;
}
.light{
    background-color: green!important;
}
.light{
    height: 10.2vh;
}
/* .taker{
    background-color: yellow!important;
}
.taker.dark-mode{
    background-color: #121212;
} */
.conts {
    font-size: 18px;
    width: 30%;    
}
.sign{
    width: 30%!important;
    padding: 0px!important;
}
.login{
    width: 100px;
}
.article{
    margin-bottom: 20px;
    color: gray;
    font-size: 40px!important;
}
.contain3{
    color: #444;
}
.header {
    background-color: whitesmoke;
    color: #000;
}
.light{
    background-color: whitesmoke;
}
.light.dark-mode{
    background-color: green!important;
}
.header.dark-mode{
    background-color: green!important;
    color: #fff;
}
.footer {
    background-color: #d0d0d0;
    color: #000;
    padding: 10px;
}
.footer.dark-mode {
    background-color: #444;
    color: #fff;
}
