* {
  margin: 0;
  padding: 0;
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

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

img, video {
  display: block;
  user-select: none;
}
