#intro {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.info {
    display: flex;
    flex-flow: column nowrap;
    text-align-last: center;
    justify-content: center;
    max-height: 15rem;
}

.info .head {
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
    border-radius: 25%;
    flex-grow: 1;
}

.info a {
    font-family: Lucida Console, monospace;
}

.info p {
    justify-content: center;
}

.info .languages {
    display: flex;
    justify-content: center;
}

.info .languages a {
    border-radius: 10%;
    margin: 1rem;
    padding: 0.3rem;
}

.info .languages a:hover {
    background-color: darkslateblue;
    color: white;
}

#intro .content {
    padding-top: 3rem;
    max-width: 50rem;
    flex-grow: 1;
}

#preamble {
    padding-top: 20px;
    text-align: center;
}

.part h2 h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.part h3 {
    text-transform: uppercase;
}

.part {
    flex: 1 1 0;
    flex-flow: row nowrap;
    margin-bottom: 2rem;
}

.part .title {
    margin: 0;
}

.part .year {
    color: var(--year-col);
}

#skills {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15%;
}

.source {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.source svg {
    color: var(--text-col);
}

dt {
    font-weight: bold;
}
