body {
    padding: 20px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600 !important;
    display: flex;
    flex-direction: column;
}

.topbar {
    line-height: 1.1;
}

.header {
    font-size: 1.7rem;
}

.subheader {
    font-size: 0.8rem;
    padding-left: 2px;
    opacity: 0.5;
}

.profile {
    float: right;
}

.chart-container {
    padding: 40px 5px 40px 5px;
    max-height: 440px;
}

.item {
    margin: 5px 10px 5px 10px;
    padding: 20px;
    border-radius: 12px;
    background-color: #A0A0CF;
    font-size: 1rem;
}

.item-value {
    float: right;
    color: #A94660;
}

.pos {
    color: #557E55;
}

.item-subname {
    font-size: 0.7rem;
    opacity: 0.5;
}

.floating-action-btn {
    border: none;
    border-radius: 90px;
    height: 60px;
    width: 60px;
    background-color: #5C5CAD;
    position: fixed;
    right: 20px;
    top: calc(100vh - 75px);
    font-size: 2rem;
}