* {
    box-sizing: border-box;
}

body,
#input {
    text-align: center;
    /* background-color: #ddd; */
}

#input {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Vector_search_icon.svg/221px-Vector_search_icon.svg.png');
    background-position: 10px 10px;
    ;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 60%;
    font-size: 16px;
    color: #000;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 25px;
}

#input:focus {
    outline: none
}

#clientsTable {
    border-collapse: collapse;
    width: 85%; 
    border: 1px solid #ddd;
    font-size: 18px;
    margin-bottom: 40px;
}

#clientsTable th,
#clientsTable td {
    text-align: left;
    padding: 12px;
    text-align: center;
    color: #222

}

#clientsTable tr {
    border-bottom: 1px solid #ddd;

}

#clientsTable tr.header,
#clientsTable tr:hover {
    background-color: #f1f1f1;

}

a {
    color: #2e4e8a;
}

h2,
h1,
p {
    font-family: 'Nunito Sans', sans-serif;
}

h1 {
    color: #2e4e8a;
}

h2 {
    color: #2e4e8a;
}