html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
}

body {
  color: #fff;
  padding: 0;
  margin: 0;
  background: url("/images/background.jpg") no-repeat center center fixed;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}

div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

a {
  color: #fff;
  text-transform: uppercase;
}

svg {
  width: 300px;
  max-width: 100%;
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}
svg g {
  fill: #fff;
}

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