.card-container { display: flex; align-items: center; justify-content: center; } .card { width: revert; } .leader-card { border-radius: 5px; } .bg-blue { background-color: rgb(98, 131, 158); /* Sets the background color to blue */ } .bg-orange { background-color: rgba(157, 116, 73, 0.89); /* Sets the background color to blue */ } .text-white { color: white; /* Sets the text color to white */ text-align: center; } .score { text-align: center; background-color: #f1f1f1; padding: 10px; border-radius: 5px; color: brown; } .spacer { height: 10px; } datalist { display: flex; /* flex-direction: column; */ justify-content: space-between; writing-mode: horizontal-tb; width: 200px; margin-bottom: 5%; } option { padding: 0; } input[type="range"] { width: 200px; margin: 0; } .round-number { position: absolute; top: 8%; right: 9%; } .table-container { width: 80%; display: flex; justify-content: center; margin-left: auto; margin-right: auto; } .fixed-width-table td { width: 25%; } .incorrect { color: red; margin-left: 25%; } .correct { color: green; margin-left: 25%; } .centered-text { text-align: center; } .italic { font-style: italic; } .blue { color: rgb(39, 86, 179); } .bold { font-weight: bold; } .question-container { border: 1px solid #7baac7; border-radius: 12px; padding-left: 5%; padding-bottom: 2%; padding-top: 2%; background-color: rgb(239, 244, 249); margin-bottom: 2%; padding-right: 2%; } .appraisal-container { margin-bottom: 0.5%; padding-bottom: 0; background-color: rgb(205, 234, 224); margin-top: 5%; color: rgb(79, 78, 78); border: 1px solid #7baac7; border-radius: 12px; } .slider-p { margin-top: -1.5%; } .Purple { color: rgb(114, 5, 114); } .Blue { color: rgb(73, 73, 237); } .Green { color: rgb(60, 139, 60); } .Orange { color: orange; } .Yellow { color: rgb(187, 187, 16); } .Red { color: rgb(141, 3, 3); } .Lavender { color: rgb(171, 171, 241); }