body {
    background-color: black;
    margin: 0;
    overflow: hidden;
}

.container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.floating-image {
    position: absolute;
    width: 100px; /* Adjust size as needed */
    height: auto;
}
