.table-responsive{

overflow-x:auto;

margin-top:40px;

}

table{

width:100%;

border-collapse:collapse;

background:white;

box-shadow:0 5px 20px rgba(0,0,0,.1);

}

table th{

background:#0b4f9c;

color:white;

padding:15px;

}

table td{

padding:15px;

border-bottom:1px solid #ddd;

}

table tr:hover{

background:#f5f5f5;

}

.search-box{

display:flex;

justify-content:center;

margin:30px;

}

.search-box input{

width:500px;

padding:15px;

border:2px solid #0b4f9c;

border-radius:30px 0 0 30px;

font-size:17px;

}

.search-box button{

padding:15px 30px;

background:#ff6600;

color:white;

border:none;

border-radius:0 30px 30px 0;

cursor:pointer;

}