body.dark{
    color: white;
    background: linear-gradient(0deg, #161516, #100f10);
}

body.dark .container{
    background: linear-gradient(0deg, #161516, #100f10);
}

body.dark aside{
    background: linear-gradient(0deg, #232123, #121112);
    border-right: 2px solid rgb(48, 47, 48, 0.8);
}

body.light{
    color: black;
    background: linear-gradient(0deg, #AEADB7, white);
}

body.light .toggle-theme{
    color: white;
}

body.light .container{
    background: linear-gradient(0deg, #AEADB7, white);
}

body.light aside{
    background: linear-gradient(0deg, #cdc9ce, #fefaff);
    border-right: 1px solid #C0BEC3;
}

body.light .box-skill{
    background-color: white;
    border: 1px solid #C0BEC3;
    box-shadow: 0px 0px 8px 0px #232123;
}