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

body {
  height: 100%;
  width: 100%;
  font-size: 100%;
}

input,
textarea {
  resize: none;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

* {
  outline: none;
}
