.row{
    margin-left: 0;
    margin-right: 0;
}

.bg-blue {
    background: linear-gradient(90deg, #0d274c, #1c53a3);
    color: #ffffff;
}

.piechart {
    width: 100%;
    height: 100%;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}