body {
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: var(--wave-pattern-tall);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 100vh;
    margin: 0px;
    text-align: center;
}


.cover {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 210px;
}

.cover > img {
    max-width: 100%;
}

.languages {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
