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

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

h3 {
    font-size: 1.5vw;
    text-align: center;
    margin-top: 1vw;
    color: var(--bgcolor, rgba(58, 150, 43, 1));
}
i {
    margin-top: 1.5vw;
    height: 0.1vw;
    background-color: var(--bgcolor, rgba(58, 150, 43, 1));
}

.content > strong {
    font-size: 1.5vw;
    margin: 1vw 0 1vw 0;
}

.content > span {
    color: rgb(98 98 98);
    font-size: 1vw;
    margin-bottom: 1vw;
    text-align: justify;
}

