/* @font-face {
    font-family: 'excelsior', sans-serif;
    src: url('~/Users/work/FontBase/excelsior-cyrillic-bold.otf') format('otf');
} */
*{
    margin: 0px;
    padding: 0px;
}
body{
    background-color: #f3f3ec;
}
h2{
    font: sans-serif;
    font-style: bold;
    color: #0b33c4;
    font-size: 5rem;
}