.bar {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100vw;
    height: 40px;
    z-index: 1;

    background: #831d0f;
    mix-blend-mode: difference;
}

.bladee {
    position: absolute;
    top: 21px;
    left: 84px;
    height: 40px;
    z-index: 3;
}

.irbt {
    position: absolute;
    top: 21px;
    left: 450px;
    height: 40px;
    z-index: 3;
}

.title {
    margin: 0;
    margin-left: -4px;

    font-size: 60px;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
    text-align: center;

    color: #000;

    width: 768px;

    position: relative;
    z-index: 2;
    line-height: 0.75;
}
