@mixin clearfix {
  content: "";
  display: table;
  clear: both;
}
