body {
    padding-top: 5rem;
}

.main-thing {
    padding-bottom: 3rem;
    text-align: center;
}

[data-sign="positive"] {
    color: red !important;
}

[data-sign="negative"] {
    color: springgreen !important;
}

/* Fix Bootstrap 5 input group rounded corners */
#round_player_name {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.form-check .form-check-input {
    float: none !important;
}
