@font-face {
  src: url("fonts/uvn_van.ttf");
  font-family: "UVN Van";
}
* {
  margin: 0;
  box-sizing: border-box;
  font-family: "UVN Van", sans-serif;
}
* a {
  text-decoration: none;
}
* .sidebar {
  width: 8rem;
  height: 20rem;
  position: fixed;
  top: calc((100% - 23rem) / 2);
  right: 1rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("images/bg-sidebar.png") no-repeat top center;
  background-size: contain;
}
* .sidebar .content {
  width: 6rem;
  height: 16rem;
}
* .sidebar .content img {
  width: 100%;
}
* .sidebar .content img.qr-code {
  margin-bottom: 2rem;
  border: solid 3px #A3622D;
  border-radius: 0.5rem;
}
* .container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("images/bg.jpg") no-repeat top center;
  background-size: cover;
}
* .container .content {
  width: 60rem;
  margin: 2rem auto 0;
}
* .container .content .logo {
  width: 18rem;
}
* .container .content .logo img {
  width: 100%;
}
* .container .content .slogan {
  margin-top: 20rem;
  text-align: center;
}
* .container .content .slogan img {
  width: 90%;
  margin: 0 auto;
}
* footer {
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 100%;
  background-color: #25191a;
  border-top: solid 3px #A3622D;
}
* footer .content {
  width: 60rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
* footer .content img {
  height: 4rem;
}
* footer .content a {
  color: #ffffff;
  font-weight: bold;
}
/*# sourceMappingURL=main.css.map */