


* {
  padding: 0;
  margin: 0;
  
}

/**::-webkit-scrollbar { display: none; }*/
*,
*:before,
*:after {
  max-height: 100000px;
}

a {
  text-decoration: none;
  color: #555;
  outline: none;
}

ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

body {
  font-size: 14px;
}

em {
  font-style: normal
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

i {
  font-style: normal;
}


input {
  border: none;
  outline: none;
}

.container {
 /* width: 1200px; */
 width: 100%;
 margin: auto;
 background-color: white;
}
