Piyapawashe/RESUME_CLASSIFICATION_BERT
0
1body {2 background-color: skyblue !important;3 font-family: Arial, sans-serif;4}5 6.gradio-container {7 display: flex;8 justify-content: center;9 align-items: center;10 padding: 30px;11}12 13.gr-box, .output-text, .input-text {14 background-color: white !important;15 border-radius: 8px;16 padding: 20px;17 box-shadow: 0px 4px 8px rgba(0,0,0,0.1);18}19 20button {21 background-color: #003366 !important; /* Dark blue */22 color: white !important;23 font-weight: bold;24 border-radius: 6px;25 padding: 10px 20px;26 margin: 5px;27 border: none;28 cursor: pointer;29}30 31button:hover {32 background-color: #0055aa !important;33}