.labelValue {
    display: grid;
    grid-template-columns:20% 50%
}
.labelValue p{
    margin: 0;
}    
input {
    width: 70px;
    border: none;
    border-color: rgba(59,64,80, 0.2);
    border-bottom-style: solid;
    background-color: white;
    border-radius: px;
    color: black;
}
body {
    margin: 2em;
    font-family: serif;   
    font-size: 18px;
}
#zipInput {
    width: 300px;
    margin-bottom: 1em;
}
#zipCodeChart {
    max-height: 300px;
    margin: 1em;
}
