* {
  box-sizing: border-box;
}

body,
ul,
h4,
h1,
p,
button {
  color: #fff;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
}

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

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