/* ===========================
   Main - Default / Reset Styles
   ============================ */

/* Images: responsive by default */
img {
  width: 100%;
  height: auto;
  display: block;
}

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body {
  margin: 0;
}

img {
  width: 100%;
}
a {
  text-decoration: none;
}
button {
  border: 0;
}
p {
  margin: 0;
}
textarea {
  resize: none;
}
