body{
    font-family: 'Roboto Slab', serif;
}

.bg-yellow{
    background-color: #FFC017;
}

.border-bottom-dark{
    border-bottom:1px solid rgba(41, 41, 41,41);
}

.btn-font{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-radius{
border-radius: 30px;
}

.aside-buttons > li{
    margin-top: 5px;
}

.border-container-dark{
    border-top: 1px solid rgba(230, 230, 230, 1);
}
