body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li a,
p,
span,
div {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  list-style: none;
}
a:link {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.row:before {
  display: table;
  content: " ";
}
.row:after {
  display: table;
  content: " ";
}
