body {
    font-family: "Exo 2", sans-serif;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    background-image: url(img/star-bg.jpg);
    background-attachment: fixed;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-variant-numeric: tabular-nums;
}

th, td {
    border: 1px solid #999;
    padding: 8px;
    text-align: left;
    color: white;
}

h2 {
    text-transform: uppercase;
    position: relative;
    padding-left: 1rem;
}

div.dt-container .dt-search input {
    margin: 0;
    font-weight: inherit;
    line-height: inherit;
    color: #fff;
    background: #29353a;
    border-radius: 24px;
    padding: 5px 30px 5px 15px;
    border: 1px solid transparent;
    font-size: 15px;
    margin-left: 20px;
}

h2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    background-color: #FAB400;
    position: absolute;
    left: 0;
}

#root {
    width: 80%;
    margin: auto;
}

.finance_charts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flex_child {
    flex: 1;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_auto {
    flex: 1;
}

.char_info {
    list-style: none;
    padding: unset;
}

.flex_container {
    display: flex;
    justify-content: space-evenly;
}

.nav_container_link {
    text-decoration: unset;
    color: white;
}

.nav_kachel {
    width: 240px;
    height: 170px;
    background-color: #202020;
    border-radius: .625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left !important;
}

.icon_img {
    width: 32px;
}

