
body{
    background-color: #000000;
    background-size: cover;
}
/*----------------------------------*/
.backgroundTop {
    background-color: #5DADE2;
    width: 100%;
    height: 30px;
    
}

/*-------------Main------------------*/

.cardMain{
    background-color: #99e0ee;
    width: 100%;
    height: 100%;
}

.cardAC{
    flex-direction: row;
    justify-content: space-between;
}
/*---------------------------------------------------*/

#navbarNav{
    gap: 7px;
}