html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

.dark {
    background-color: black;
    color: white;
}

.light {
    background-color: white;
    color: black;
}

#ru,
#en,
#tj {
    padding: 16px 32px;
    margin: 0;
}

div {
    margin-top: 28px;
}

a {
    color: #821EBE;
}

hr {
    margin-top: 30px;
}

span {
    font-weight: bold;
}


h1 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 130.5%;
    margin: 16px 0;
}