body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.download-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.gif-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.responsive-gif {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
}
