body {
    background-image: url("/src/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.test {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: sticky;
}

video {
    margin-top: 10px;
    width: 50%; /* Adjust to your preferred size */
    height: auto;
    max-width: 600px;
}

.giphy-embed {
    pointer-events: none;
}
.giphy-embed:hover {
    pointer-events: none;
    cursor: default;
}
