/* styles.css */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #24292e;
    background-color: #f6f8fa;
    margin: 0;
    padding: 20px;
}

h1 {
    font-size: 2em;
    color: #0366d6;
}

p {
    font-size: 1em;
    margin-top: 10px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(27,31,35,0.12);
}

.skill-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skill-title a {
    margin-right: 10px;
}

.logos {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    gap: 5px;
}

.skill-logo {
    width: auto;
    height: 20px; /* Adjust height as needed */
}
/* https://www.onlinewebfonts.com/icon/253306 */