header {
    justify-content: center !important;
}

.changelog-container {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 98%;
    animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1.3s;
}

.changelog-inhalt {
    border: 2px solid white;
    border-radius: 13px;
    padding: 0 15px;
    width: 30rem;
}

.changelog-inhalt h1 {
    text-align: center;
    line-height: 10px;
}

.changelog-inhalt ul {
    padding-left: 15px;
    line-height: 25px;
}

.changelog-unter-container {
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 55px;
    width: 95%;
     animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1.5s;
}

.changelog-unter-inhalt {
    border: 2px solid white;
    border-radius: 13px;
    padding: 0 15px;
    width: 20rem;
}

.changelog-unter-inhalt h1 {
    text-align: center;
    line-height: 10px;
}

.changelog-unter-inhalt ul {
    padding-left: 15px;
    line-height: 25px;
}

.changelog-unter-inhalt summary {
    text-align: start;
    padding: 10px;
    font-size: 20px;
}

.aenderungen-link {
    display: none;
}

.historyReleaseTitle{
    margin-left: 10px;
}