body{
    font-family: Helvetica, sans-serif;
    background-color: gray;
}
.viz{
    display: flex;
    height: 300px;
    margin-top: 5px;
}
.graph{
    display: inline-block;
    width: 50%;
    height: 100%;
}
#input{
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.inputs{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#pivot_results{
    display: inline-block;
    margin-top: 10px;
}
#wrapper{
    max-width: 1000px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#table1{
    font-family: Arial;
}
h1{
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: steelblue;
}
#subtitle{
    padding-left: 10px;
}
.header{
    width: 100%;
    display: flex;
    justify-content: space-between;
}