ul#ulDashboard {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    margin-top: 23px;
}

.btn-menu{
    background: #3498db;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 2rem;
}