body {
    background-color: #D3D8D5;
    margin: 0;
    background-image: url("/assets/img/bg.png");
    background-repeat: no-repeat;
    background-size: 1920px 1080px;
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    font-family: 'Roboto', 'sans-serif';
    position: relative;
}

ul {
    display: inline-block;
    margin: 163px 32px 0 40px;
    list-style: none;
    padding: 0;
    vertical-align: top;
}

ul li {
    text-align: left;
    margin-bottom: 126px;
}

.chartPoints {
    position: absolute;
    top: 0;
    right: 0;
}

.chartWrapper {
    display: inline-block;
    width: 1300px;
    height: 820px;
    padding-top: 100px;
}