:root{--background: #282a36;--current-line: #44475a;--foreground: #f8f8f2;--comment: #6272a4;--cyan: #8be9fd;--green: #50fa7b;--orange: #ffb86c;--pink: #ff79c6;--purple: #bd93f9;--red: #ff5555;--yellow: #f1fa8c}.skills_container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;margin-left:30px;margin-bottom:30px}.skills_title{font-size:24px;font-weight:700;color:var(--foreground);margin-bottom:20px}.skills{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--current-line);border-radius:50px;width:100%;padding:10px}@media screen and (max-width: 1500px){.skills_container{width:100%;margin-left:0;margin-top:30px}.skills{width:90%}}.skill{display:flex;flex-direction:column;align-items:center;margin:15px}.skill_image{display:flex;justify-content:center;align-items:center;background:var(--comment);border-radius:20px;padding:15px;margin-bottom:10px}.skill_name{font-size:16px;font-weight:700;color:var(--foreground)}
