html * {
  font-family: Roboto, Arial !important;;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

p {
  margin: 0;
}

/* appbar */
.appbar {
  background-color: white;
  margin: 0;
  padding: 0;
  /* margin-bottom: 16px; */
  box-shadow: 0px 2px 6px #DADEE2;
}

.appbar-title {
  padding: 8px 0px;
  font-family: 'Roboto';
  font-weight: 500;
  text-align: center;
  font-size: 24px;
}

/* Title */
.slogan {
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: 'Roboto';
  font-size: 20px;
}

/* Logo */
.logo {
  /* display: inline-block; */
  height: 128px;
  width: 128px;
  /* background-color: #D0CFCF; */
  margin: 16px auto auto auto;
  border-radius: 8px;
  /* align-items: center; */
}

/* text */
.text{
  font-family: 'Roboto';
  font-size: 14px;
  margin: 16px 16px 32px 16px;
}

.center {
  text-align: center;
  align-items: center;
  /* display: inline; */
}

.img-badge {
  display: inline-block;
  text-align: center;
  align-items: center;
}

.img-badge img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-badge{
  -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;
  -webkit-tap-highlight-color: transparent;
}