.container {
    max-width: 800px;
    margin: auto;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.header h1 {
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
}

.header p {
    margin: 5px 0;
    font-size: 1em;
}

.content {
    text-align: center;
    margin: 20px 0;
}

.content img {
    max-width: 100%;
    height: auto;
}

.flags {
    text-align: center;
    margin: 20px 0;
}

.version {
    font-size: 1.5em;
    text-align: center;
    margin: 20px 0;
}

.description {
    text-align: center;
    font-size: 1em;
    line-height: 1.6;
    text-align: left;
}

.description ul,
.description ol {
    margin: 10px 0;
    padding-left: 20px;
}


.feature-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    padding-left: 26px;
    background-image: url('../images/magic-wand-colored.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}

.feature-item img {
    margin-right: 10px;
}