Connecting intelligence, people and ideas.
From one idea to a connected ecosystem of ventures.
body {
background-attachment: fixed;
animation: einitFloat 14s ease-in-out infinite;
}
@keyframes einitFloat {
0%, 100% {
background-position: center center;
}
50% {
background-position: center 52%;
}
}