* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
