* {
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
}

.top {
  display: flex;
  justify-content: space-between;
}

.top .filter {
  margin-top: 35px;
}
