@font-face{ font-family: Bebas Neue; src: url(//dwweb.ru/_data/font/bebas_neue_light.ttf); }
@font-face{ font-family: montserrat; src: url(//jsphp.ru/_data/font/montserrat_variablefont_wght.ttf); }
@font-face{ font-family: Oswald; src: url(https://dwweb.ru/_data/font/Oswaldregular.ttf); }


div#main div.block, div#main div.center {
    display: table-cell;
}
div#main {
    display: table;
    margin: auto;
}
 .block {
    width: 300px;
    /*border: 1px solid;*/
}
.center {
    width: 700px;
    /*border: 1px solid;*/
}
div#top {
    width: 1303px;
    /*border: 1px solid;*/
    margin: auto;
}
a.reds {
    color: red !important;
}
a.oran {
    color: orange !important;
}
  a.reds, a.oran {
    font-size: 60px;
    font-weight: 600;
 
}
div#logo {
    margin: 20px;
}
.shadow{ text-shadow: 4px 4px 4px #aaa;}


#big {
    display: table;
    /* border: 1px solid; */
    width: 100%;
    height: 100%;
}
futer {
    display: table-row-group;
    width: 101%;
    height: 20px;
    text-align: center;
}
 html, body {
    height: 99%;
    margin: 0px;
    padding: 0px;
        overflow-x: hidden;
        font-family: montserrat;
}
div#top a {
    text-decoration: none;
    color: #000000;
}
h1,h2,h3,h4,l {
    font-family: system-ui;
    font-weight: 100;
    letter-spacing: 1px;
    color: #606060;
    border-bottom: 1px solid #dedede;
    padding-bottom: 6px;
}