
input[type='button'] {
    margin-top: 1em;
    padding: 0.5em 2em;
    /* width: 300px; */
    width:fit-content;
    /* height: 50px; */
    border-radius: 5px;
}

input[id="get-klines"] {
    background-color: #e3e3e3;
    color: #000000;
    border: none;
    /* border-color: #000000; */
}

input[id="get-klines"]:hover {
    background: #7d7d7d;
    background: #ff9100;
    border: none;
    /* border-color: #7d7d7d; */
    color: #ffffff;
}

