:root {
    --main-color:#1fab89;
    --secondary-color:#62d2a2;
    --third-color:#484848;
    --fourth-color:#ffffff;

    --third-color-old:#9df3c4;
    --fourth-color-old:#ecfdf4;
}

@media only screen and (min-width : 1200px) {
    .container { max-width: 1800px; }
}

.filter-option, .dropdown-item {
    font-size: 12px;
}

.header{
    background-color: var(--main-color);
    color:white;
    margin-top:56px;
    margin-bottom: 0px;
}

body{
    background-color: var(--third-color);
}
.ms-main{
    background-color: white;
}
footer{
    color:white;
}
.ms-main{
    padding-top:20px;
    padding-bottom:20px;
}

.header-stat{
    display: inline-block;
    padding-left: 15px;
}
.divSquare{
    width:48%; height:48%; margin:4px; float: left
}

.mainstats, .mainnews {
    border-left: 1px solid #D9D9D9;
  }