h1, h2, h3, h4, p {
  margin: 0;
}

p, li {
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #303136;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

.nobr {
  white-space: nowrap;
}

.alert-box {
  position: fixed;
  top: 40%;
  left: calc(50% - 200px);
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px #A4A4A4;
  z-index: 2;
}
.alert-box--wrap {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000050;
}

.button {
  color: #303136;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  background: #F7B800;
  border: none;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 8px;
}

/* LG */
/* MD */
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  .sm-center {
    text-align: center;
  }
}
/* XS */
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
}
/* XXS */

/*# sourceMappingURL=styles.css.map */
