article section > div {
    flex-basis: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

article section div:first-of-type {
    flex-basis: content;
    flex-grow: 0;
}

#education img {
    border-radius: 5px;
}

#xp section div {
    align-content: flex-start;
}

.icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.icons span {
    font-family: "Lexend", "Major Mono Display", monospace !important;
    font-size: 1em;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--alphablock);
    padding: 0.8em 10px;
    min-width: 13em;
    border-radius: 5px 5px;
    flex-grow: 1;
    flex-basis: 0;
}

.icons img {
    height: 1.5em;
    margin-right: 1em;
}

/*CONTACT*/

.codeblock {
    display: inline-block;
    margin: auto;
    text-align: center;
    /* border: 1px inset rgba(255, 255, 255, 0.15); */
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px;
    padding: 10px 20px;
}

.codeblock,
.codeblock > * {
    font-family: "Anonymous Pro", monospace;
}

div.contact {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: fit-content;
    gap: 0.5rem;
    margin: 1.5rem auto 0 auto;
}

div.contact > * {
    display: flex;
    align-items: center;
    gap: 1em;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0.5rem;
    text-align: left;
}

div.contact img {
    width: 2.5ch;
}
