*{
    margin: 0;
    padding: 0;
    box-sizing: none;
}
#menu-lateral ul li {
    border-bottom: 1px solid #ccc !important; 
}

#menu-lateral li:last-child {
    border-bottom: none; 
}

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body {
    background-color:#181349 ;
    font-family: 'Sora', sans-serif !important;
}

.icon{
    width: 40px;
    height: 40px;
}


