.home h1 {
text-align: center;
}

.home .home-lang .item {
border: 2px solid var(--link-color);
border-radius: 10px;
max-width: 200px;
text-align: center;
margin: 20px auto 0px;
font-weight: bold;
font-size: 25px;
}

.home .home-lang .item a {
display: block;
text-decoration: none;
color: var(--text-color)
cursor: pointer;
padding: 20px;
}

.home .home-lang .item:hover {
background-color: var(--light-bg-color);
}

