html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0;
}

p,
h3,
h2,
label,
select,
option {
  color: #005d65;
}

@font-face {
  font-family: Silka;
  src: url(silka-regular-webfont.woff2);
}

body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  color: #333;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  font-family: Silka, Belanosima, Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  -webkit-padding: 0.4em 0;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  /* box-sizing: border-box; */
  /* border: 1px solid #ccc; */
}

/* input:disabled {
	color: #ccc;
} */

button {
  color: #005d65;
  border: none;
  cursor: pointer;
  z-index: 100;
  /* background-color: #f4f4f4; */
}

.round-button {
  background-color: white;
  border-radius: 12px;
  padding: 0px 10px 0px 10px;
  margin: 2.5vh 10px 2.5vh 0px;
  cursor: pointer;
  font-size: 0.7vw;
  float: right;
  height: 3vh;
  z-index: 10;
  position: relative;
}

.tick text {
  font-size: 14px;
}