@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;transition:all .2s linear;font-family:Nunito,sans-serif}body{background-color:#ffe9cf}.App .header{background-color:#502a76;display:flex;align-items:center;justify-content:space-around;height:90px;position:-webkit-sticky;position:sticky;top:0;left:0;right:0}.App .header .logo h1{font-size:35px;color:#7fff00;font-weight:800}.App .header .logo h1:hover{cursor:pointer}.App .userContainer{display:flex;flex-wrap:wrap;justify-content:center;padding:20px}.App .header .getDetails button{font-size:20px;font-weight:700;padding:12px;border-radius:15px;background-color:#d3d3d3}.App .header .getDetails button:hover{background-color:#ededed;cursor:pointer}.App .splace{height:100vh}.App .splace,.App .splace .preBox{display:flex;align-items:center;justify-content:center}.App .splace .preBox{height:300px;width:450px;background-color:#79dcbe;border-radius:20px;box-shadow:10px 10px 20px #5a5a5a}.App .splace .preBox:hover{background-color:#39dcab;transition:.3s;cursor:pointer}.userCard img{width:100px;height:100px;border-radius:50px}.userCard h1{color:#bd00fc}.userCard h2{color:#b1ffb4}.userCard h1 span{color:#3af53a}.userCard{display:flex;flex-wrap:wrap;width:400px;height:400px;background-color:#0ff;margin:20px;justify-content:center;flex-direction:column;align-content:center;line-height:2;background:url(https://images.unsplash.com/photo-1529753253655-470be9a42781?auto=format&fit=crop&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&q=80&w=1534);animation:scroll 100s linear infinite;border-radius:10px}@keyframes scroll{to{background-position:0 -3000px}}@media (prefers-reduced-motion){.userCard{animation:scroll 200s linear infinite}}
/*# sourceMappingURL=main.53c0e007.chunk.css.map */