body {
    font-family: "Kosugi Maru";
    max-width: 1000px;
}

.kosugi-maru-regular {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.orbitron {
    font-family: "Orbitron", serif;
    font-style: normal;
  }
  
.ContentWrapper {
    margin-top:10px;
    width: 1000px;
}

.CampanyDataRapper {
    margin-top: 30px;
}

.SalesWrpper {
    display: grid;
    grid-template-columns: 390px 390px;
    gap: 20px;
    justify-self: center;
    font-size:14px;
    text-indent: 1em;
    line-height: 1.5em;
    color:rgb(110, 110, 110,1);
}

.WordFrame {
    margin-top: 50px;
    padding:0px 15px 5px 0px;
    border:1px solid rgba(110,110,110,0.5);
    font-size:16px;
    border-radius: 5px;

}

.ProjectsWrpper {
    display: grid;
    text-align: center;
    justify-self: center;
    align-self: center;
    font-size:20px;
    color:rgb(0, 136, 255,1);
}

.ProjectsWrpperSub {
    float: left;
}

.bar-chart-002 {
    font-size: 16px;
}

.bar-chart-002 > div {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.bar-chart-002 dt {
    width: 55px;
    min-width: 55px;
}

.bar-chart-002 dd {
    width: 100%;
    margin: 0;
    border-radius: 3px;
    background-color: #f2f2f2;
}

.bar-chart-002 span {
    display: block;
    padding-right: 15px;
    border-radius: inherit;
    background-color: rgb(0, 136, 255,1);
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    text-align: right;
    white-space: nowrap;
    animation: anima-bar-chart-002 1.2s ease;
}

@keyframes anima-bar-chart-002 {
    from {
        width: 0;
    }
}