* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
  padding: 0 !important;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style-type: none;
}

input:focus {
  outline: none;
}

html {
  width: 100%;
}
