* {
    font-family: sans-serif;
    line-height: 30px;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.25rem;
}
section {
    margin-top: 2rem;
}
ul {
    list-style-type: none;
}
li {
    text-align: center;
}
a {
    color: black;
    text-underline-offset: 0.5rem;
    font-weight: 500;
}
.learning-list,
.contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.learning-list > li {
    margin-right: 1rem;
}
.contact-list > li {
    margin-right: 1rem;
}
.skills-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.skills-list > li {
    display: block;
}
.fills-viewport {
    width: 100vw;
    height: 100vh;
}
.fills-parent {
    width: 100%;
    height: 100%;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.hides-overflow {
    overflow: hidden;
}
.centers-child {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stanza {
    margin: 15vmin calc((100vw - 40vmax) / 2);
    width: 40vmax;
    min-height: 30%;
    text-align: center;
}
