@font-face {
  font-family: "laca";
  src: url(../fonts/laca.woff2) format("woff2"), url(../fonts/laca.ttf) format("truetype"), url(../fonts/laca.otf) format("opentype");
}
body {
  box-sizing: border-box;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: Poppins, sans-serif;
  background-color: #D7051D;
  background-image: url(../img/bg_desktop.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vw;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #FBB901;
  font-size: 2vw;
  padding: 1vw 1.5vw;
  font-weight: 500;
  text-transform: uppercase;
}

.box {
  position: absolute;
  bottom: 3vw;
  left: 2vw;
  display: flex;
  font-family: laca, sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    background-image: url(../img/bg_mobile.jpg);
    background-size: cover;
    height: 213vw;
  }
  a {
    font-size: 5vw;
    padding: 2vw 3vw;
  }
  .box {
    bottom: 6vw;
    left: auto;
    justify-content: center;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */