@mixin clearfix() {
  width: 100%;
  &::after {
    content: "";
    display: block;
    clear: both;
  }
}
