/* static/styles.css */
body {
    background-color: rgb(70, 70, 70);
}

.yellow-text {
    color: rgb(217, 217, 16);
    text-align: center;
}

.aligncenter {
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

/* Set text color inside the select box */
.select2-container--default .select2-selection--single {
  color: black;
}

/* Set text color inside the dropdown options */
.select2-container--default .select2-results__option {
  color: black;
}