main {
    display: flex;
    justify-content: center;
}

.page {
    width: 60vw;
    margin-top: 2.5vw;
    font-family: Roboto-Regular;
}

.left_container {
    width: 28vw;
    min-height: 50vw;
}

.fight_container {
    width: 26vw;
}

.left_container > h2 {
    width: 25vw;
    height: 2.5vw;
    font-size: 1.3vw;
    text-align: center;
    line-height: 2.5vw;
    margin: 0 1.5vw 0 1.5vw;
    color: var(--bgcolor, rgba(58, 150, 43, 1));
    background-color: rgb(239 236 236);
}

.left_container > i {
    margin-top: 1.5vw;
    height: 0.1vw;
    background-color: var(--bgcolor, rgba(58, 150, 43, 1));
}

.left_container > h1 {
    font-size: 1.5vw;
    text-align: center;
    margin-top: 1vw;
    color: var(--bgcolor, rgba(58, 150, 43, 1));
}

.left_container > p {
    font-size: 0.8vw;
    text-align: justify;
    white-space: pre-wrap;
    margin-top: 1vw;
    line-height: 1.5vw;
    color: rgba(51, 51, 51, 1);
}

.submission > h1 {
    margin-top: 0;
}

.indexing > h1 {
    text-align: start;
}

.technical > h1 {
    text-align: start;
}