body {
    font-family: Ubuntu, "times new roman", times, roman, serif;
    margin: 0px;
    min-width: 600px;
}

header {
    display: block;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    position: fixed;
    color: white;
    background: orange;
    margin-bottom: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.chart-div {
    padding-left: 15px !important;
    font-weight: bolder;
}

.chart-html {
    padding-left: 15px !important;
    font-weight: bolder;
}

code {
    max-height: 250px;
    overflow-y: auto;
}

content {
    top: 51;
    left: 0;
    position: fixed;
    display: flex;
    padding: 20px;
}