body {
    font-family: "Verdana", sans-serif !important;
}
label {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
}

select {
    width: 15%;
    height: 32px;
    font-size: 16px;
}

#graph {
    width: 50%!important;
}


@media only screen and (max-width: 1000px) {
    select {
    width: 100%;
    height: 32px;
    font-size: 16px;
    }

    #graph {
        width: 100vw!important;
    }
}

#backButton {
    background-color: #0093D3;
    top: 10px;
    left: 10px;
}
#backButton:hover {
    background-color: #002949;
}