:root{--background-color:#0e0a38;--text-color:#000}[data-theme=dark]{--background-color:#121212;--text-color:#fff}.buildSomething{display:flex;flex-direction:row;gap:2rem;padding:4rem 6rem 5rem;background-color:#00404f;border-bottom:2px solid grey}.h-leftBuild{padding-top:4rem}.spark-effect{position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,0,.8) 0,hsla(0,0%,100%,0) 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}@media (max-width:1024px){.buildSomething{flex-direction:column;gap:1rem;padding:.5rem 1rem;background-size:50%}.h-leftBuild{width:100%}}@media (max-width:768px){.buildSomething{flex-direction:column;padding:.5rem 1rem;background-size:60%}.h-leftBuild{width:100%}}