.changelog {
    margin-top: 25px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}

.changelog_title {
    text-align: center;
    font-size: 1.7em;
    border-bottom: 1px solid;
    padding-bottom: 6px;
}

.changelog_part {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.changelog_content {
    margin-left: 10px;
}