body {
    background-color: #2980b9;
}
.gif-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
.gif-container img {
    flex-grow: 1;
    object-fit: cover;
}
.team-image {
    max-width: 150px;
}