.items {
    width: 200px;
    margin: 2em auto 0;
    display: flex;
    justify-content: space-between;
}

.items-square {
    width: 320px;
    margin: 2em auto 0;
    display: flex;
    justify-content: space-between;
}

.items-square span {
    display: block;
    margin-left: -20px;
}

.square {
    width: 15px;
    height: 15px;
}

.squareO {
    background: #e17834;
}

.squareY {
    background: #eee838;
}

.squareR {
    background: #e5191a;
}

.Bar2 {
    margin: 50px auto;
    width: 430px;
    text-align: center;
    position: relative;
}

.Bar2 p {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode:tb-rl;
    position: absolute;
    left: -60px;
    font-size: 18px;
    margin-top: 0;
}


h2 {
    font-size: 25px;
    color: #4B4A61;
    font-weight: bold;
    padding-top: 30px;
    margin: 0;
    text-align: center;
}

select {
    height: 35px;
    font-size: 20px;
    margin-right: 10px;
}