.c-center{
    text-align: center;
    margin-top: 30px;
    align-items: center;
}

.c-card-dashboard{
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block!important;
    
}

.c-dashboard{
    display: block;
}

.c-footer{
    justify-items: center;
    display: grid;
    align-items: center;
    text-align: center;
}

.c-footer-made-by{
    padding-bottom: 20px;
    margin: 0!important;
}

.c-footer-div{
    align-self: center;
    text-align: center;
    width: 80%;
    display: grid;
}

.c-footer-list{
    padding-top: 10px;
    width: auto;
}

.c-teams{
    text-align: center;
    margin-top: 30px;
    align-items: center;
}

.c-team-register-form{
    align-items: center;
    text-align: center;
    justify-items: center;
    display: grid;
}

.c-center-team-scores{
    text-align: center;
    margin-top: 30px;
    align-items: center;
}

.c-team-scores-form{
    align-items: center;
    text-align: center;
    justify-items: center;
    display: grid;
}

.c-center-help{
    margin-left: 20px;
    margin-top: 20px;
}

@media (max-width: 1100px) {

    .c-dashboard{
        display: block;
    }
    
}