
*{
    background-repeat: no-repeat;
    margin:0;
    padding: 0;
    position: relative;
}
html,body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}
.clear{
    clear:both;
}
div, header, footer, nav, section{
    box-sizing: border-box;
    position: relative;
}
:root {
    --mc: #111111;
    --bmc: #ffffff;
    --bmc2: rgba(25, 68, 87, 1);
    --font-size: 16px;
  }
body {
    background-color: var(--bmc);
    color: var(--mc);
    font-size: var(--fs);
    background-size: contain;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight:500;
    font-style: normal;
}
.w100{
    width: 100%;
}
.h100{
    width: 100%;
}
.container{
    width: 1160px;
    margin:0 auto;
}