body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #eaeaea;
    font-family: Arial, sans-serif;
}

.gif-container {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gif-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
}
