h2{
    text-align: center;
    font-size: 72px;
   font-family: 'Times New Roman', Times, serif;
    color: white;
    letter-spacing: normal;
}

ul.characters{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.characters img {
    max-width: 200px; 
    height: auto; 
    display: block;
}