
h1 {
    color: #800000;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;

}
.version {
    
    margin-bottom: 40px;
}
.version h2 {
    margin: 0 0 15px;
    font-size: 20px;
    color: #800000;
    border-bottom: 2px solid #800000;
    padding-bottom: 5px;
}
.updates {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.updates li {
    background-color: #e9ecef;
    margin: 8px 0;
    padding: 15px;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
}
.updates li:nth-child(odd) {
    background-color: #dee2e6;
}

.updates {
    list-style-type: none;
    padding: 0;
}
.updates li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.updates li .badge {
    flex-shrink: 0;
    width: 130px; /* Adjust width as needed */
}
.updates li span + span {
    flex-grow: 1;
}
