a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

ul, li {
  list-style-type: none;
}

ul, p, h1, h2, h3, h4, h5, h6, body {
  margin: 0;
  padding: 0;
}

.clearfix:before, .clearfix:after{
  content: " ";
  display: table;
}
.clearfix:after{
  clear: both;
}