html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    background-image: 
    linear-gradient(to bottom, rgba(255,255,255,0.99) 0%,rgba(255,255,255,0.85) 100%), 
    linear-gradient(to left, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 100%), 
    url('/bg.png'); 
    background-attachment: static;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: #000000 !important;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.267);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}

.ml-20px {
  margin-left: 20px;
}