* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

body {
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  background-color: #000;
}