*::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}

/* Define the thumb style */
*::-webkit-scrollbar-thumb {
  background: #00000066;
  border-radius: 5px;
  cursor: pointer;
}

*::-webkit-scrollbar-button:hover {
  background-color: #999999;
}

*:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

*::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

*::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

option:disabled {
  color: rgba(0, 0, 0, 0.4);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ALS Granate";
  font-weight: normal;
  width: 100%;
  background-color: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pointer {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px;
}


button {
  padding: 0;
  margin: 0;
  border-width: 0;
  background-color: transparent;
}

.title {
  font-size: 28px;
  font-weight: 700;
}