li{
    list-style: none;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    background-color: #f9f9f9;
}

li img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

li h2 {
    margin: 10px 0;
    color: #333;
}

#container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#character-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}