@import url("../font/museo/stylesheet.css");
@import url("../font/GTE/stylesheet.css");
@import url("../font/balsamiq/stylesheet.css");


.container{
    width: 1600px;
    margin: 0 auto;
    
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Museo Sans Cyrl';
}
h2{
    font-family: 'MuseoSansCyrl-900';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #000000;
    text-align: center;
    padding-top: 60px;
    position: relative;
}
h2::after {
    content: "";
    width: 20%;
    padding-top: 3px;
    border-bottom: 12px solid #4850F7;
    position: absolute;
    bottom: -4px;
    left: 0px;
}
body{
    width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}
