@charset "UTF-8";
/*
 * Resets Browser-Dependencies of Basic HTML Elements to common Default
 */
body,
html {
  margin: 0;
  padding: 0;
  /*height: 100%;*/
  /* width: 100%; */
  height: -webkit-fill-available;
}

body,
div,
a,
p,
li,
ul,
ol,
label,
img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

a,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
label {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  font-size: 100%;
  border: 0px;
  color: var(--color-black);
}

a p {
  cursor: pointer;
}
