@import"https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap";*{box-sizing:border-box}:root{--app-container: #f3f6fd;--main-color: #1f1c2e;--secondary-color: #4A4A4A;--link-color: #1f1c2e;--link-color-hover: #c3cff4;--link-color-active: #fff;--link-color-active-bg: #1f1c2e;--projects-section: #fff;--message-box-hover: #fafcff;--message-box-border: #e9ebf0;--more-list-bg: #fff;--more-list-bg-hover: #f6fbff;--more-list-shadow: rgba(209, 209, 209, .4);--button-bg: #1f1c24;--search-area-bg: #fff;--star: #1ff1c2e;--message-btn: #fff}.dark:root{--app-container: #1f1d2b;--app-container: #111827;--main-color: #fff;--secondary-color: rgba(255,255,255,.8);--projects-section: #1f2937;--link-color: rgba(255,255,255,.8);--link-color-hover: rgba(195, 207, 244, .1);--link-color-active-bg: rgba(195, 207, 244, .2);--button-bg: #1f2937;--search-area-bg: #1f2937;--message-box-hover: #243244;--message-box-border: rgba(255,255,255,.1);--star: #ffd92c;--light-font: rgba(255,255,255,.8);--more-list-bg: #2f3142;--more-list-bg-hover: rgba(195, 207, 244, .1);--more-list-shadow: rgba(195, 207, 244, .1);--message-btn: rgba(195, 207, 244, .1)}body{font-family:DM Sans,sans-serif;overflow:hidden;background-color:var(--app-container)}.wrapper{height:100vh;width:100vw;display:flex;flex-direction:column}button,a{cursor:pointer}button,input,optgroup,select,textarea{font-family:DM Sans,sans-serif}.search-wrapper{border-radius:20px;background-color:var(--search-area-bg);padding-right:12px;height:40px;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:480px;color:var(--light-font);box-shadow:0 2px 6px #8894ab33,0 24px 20px -24px #47526b1a;overflow:hidden}.dark .search-wrapper{box-shadow:none}.search-input{border:none;flex:1;outline:none;height:100%;padding:0 20px;font-size:20px;background-color:var(--search-area-bg);color:var(--main-color)}.search-input:placeholder{color:var(--main-color);opacity:.6}.center-container{width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.center-container h1{font-size:4em}.result{flex-wrap:nowrap}.result ul{display:flex;list-style:none;flex-wrap:wrap;gap:10px}.result ul li{border:1px solid black;margin:auto;padding:10px}.cen{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:0px}footer img{width:30px;height:30px;cursor:pointer}footer{flex:1;display:flex;justify-content:center;align-items:start;gap:20px;margin-top:100px;margin-bottom:30px}footer img:hover{transform:scale(1.3)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
