/* Body */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

/* header */
header{
    margin-bottom: 5rem !important;
}

#logo{
    width: 63px;
}

.navbar {
    background: linear-gradient(90deg, rgb(189, 210, 233), rgb(8, 126, 250));
}

.navbar-nav {
    display: flex;
    justify-content: space-evenly; /* Distribui os itens igualmente */
    width: 100%; /* Garante que ocupe toda a largura disponível */
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}
h1, h2 {
    color: rgb(1, 122, 253);
}
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.list-group-item {
    border: none;
}