h1 {
    text-align: center;
    margin: 20px 0;
}

.language-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 80vmin;
}

.language-block {
    position: relative;
    text-align: center;

}

.language-block img {
    height: 100%;
    width: auto;
    display: block;
}

.language-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.language-link {
    width: 20vmin;
    height: 13vmin;
    display: block;
    text-decoration: none;
    color: inherit;

    overflow: hidden;
    border-radius: 2vmin;
}
