@charset "utf-8";

*, ::before, ::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Playpen Sans", serif;
}

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

img {
  width: 100%;
}

ul, ol {
  list-style-type: none;
}