@import url(https://db.onlinewebfonts.com/c/d05c19ccecf7003d248c60ffd6b5e8f7?family=Binance+PLEX);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #270051;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../img/wallet-bg-big.e8f95d68.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.content_block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}

header .navbar-brand svg {
  width: 173px;
  height: 43px;
}

header .btn {
  color: #e9e9e9 !important;
  background: #7913AE !important;
  padding: 6px 10px !important;
  border: 1px solid #c157bc !important;
  line-height: 1 !important;
  font-size: 12px;
  font-family: "Binance PLEX";
  border-radius: 4px;
  font-weight: 600;
}

main {
  text-align: center;
}

main img {
  width: 174px;
  height: 71px;
}

main h3 {
  color: #effcf5;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 24px;
  line-height: 24px;
  font-family: "Binance PLEX";
}

main p {
  color: #98989b;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "Binance PLEX";
}

main .btn {
  color: #e9e9e9 !important;
  background: #7913AE !important;
  padding: 6px 8px !important;
  border: 1px solid #c157bc !important;
  line-height: 1 !important;
  font-size: 12px;
  max-width: 233px;
  height: 42px;
  margin: auto;
  font-weight: 600;
  font-family: "Binance PLEX";
  border-radius: 8px;
}

footer {
  margin-bottom: 8vh;
}

footer a {
  color: rgb(104, 106, 109);
  text-decoration: none;
  font-family: "Binance PLEX";
  font-size: 14px;
}

footer a span {
  padding: 0 12px;
  border-right: 1px solid rgb(30, 32, 37);
}

footer a svg {
  font-size: 10px !important;
}
