html{
      scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

h1,
h2,
p{
    margin: 0;
}

a,
button{
    cursor: pointer;
}

.index section{
    margin-bottom: 60px;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.lang-switch a {
    border: 1px solid rgba(189, 151, 101, .55);
    border-radius: 6px;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 9px;
}

.lang-switch a.active {
    background: #BD9765;
    color: #ffffff;
}
