html,body {
  width: 100%;
  height: 100%;
  margin: 0;
}
a {
  color: #0062cc;
  text-decoration: none;
  -webkit-user-select: text;
  background-color: transparent;
}
img {
  vertical-align: middle;
}
* {
  -webkit-user-select: none;
}