/* CSS Normalize */
/* Reset some styles */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;

}

/* Remove default button styles */
button {
  appearance: none;
  border: none;
  background: none;
}

/* Remove default list styles */
ul, ol {
  list-style: none;
}

/* Remove default anchor styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Add your custom styles below this line */
