body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center; /* Center all text */
}

.container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
}

h1 {
    color: #333333;
}

.animated-video {
    width: 100%;
    max-width: auto;
    margin-top: 20px;
}

.inline-gif {
    width: 50px; /* Adjust size as needed */
    height: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.gif-link {
    display: inline-block;
}

.collated-gif {
    width: auto; /* Adjust size as needed */
    height: 50px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
