html{
    box-sizing: border-box;
    font-size: 20px;
    font-family: 'Verdana, Geneva, Tahoma, sans-serif';
    font-weight: 200;
    background: #f1f5b0;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.search{
    max-width: 400px;
    margin: 50px auto;
  }
input{
    padding:5px;
    width: 100%;
    

}
input.column{
    margin: 0;
    text-align: center;
    border: 10px solid #f7f7f7;
    position: relative; 
    width: 120%;
    left: -10%;
    top: 10px;
    z-index: 2;
    border-radius: 5px;
    font-size: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.19);
}
.values{
    margin: 0;
    padding: 0;
    position: relative;
} 
.values li {
    background: white;
    list-style: none;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0;
    padding: 20px;
    transition: background 0.2s;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    background: linear-gradient(to bottom,  #ffffff 0%,#EFEFEF 100%);
}  
span.population {
    font-size: 15px;
}
  
.hl {
    background: #896cd8;
}