body {
  background: #F0F2F3;
  padding: 0;
  margin: 0;
  font-family: Overpass, sans-serif;
  line-height: 1.4rem;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

a {
  text-decoration: none;
}