@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=cyrillic');

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1em;
    margin: 1em 4em;
}

.header {
    text-align: center;
}

h2 {
    font-weight: normal;
    font-size: 1.3em;
}
#page-title {
    font-weight: bold;
    font-size: 2em;
    margin: 0.5em 0;
}

#page-descr {
    font-style: italic;
}

.entity, .abr {
    font-weight: bold;
}
