.title {
text-align: center;
color: #0084bd;
font-size: 60px;
margin-bottom: 0;
padding-bottom: 0;
font-family: 'Source Code Pro', sans-serif;
}
.table-container-s {
display: flex;
flex-direction: column;
gap: 30px;
width: 100%;
max-width: 100%;
margin: 40px auto;
background-color: transparent;
}
.table-li {
direction: ltr;
list-style-type: none;
border: 1px solid #ddd;
background-color: #f4f5f6;
padding: 20px;
text-align: left;
font-family: 'Source Code Pro', sans-serif;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);