.main-background {
  /*noinspection CssUnknownTarget*/
  background: url("/static/images/svg/elas-background.svg"), linear-gradient(45deg, rgba(184, 81, 85, 1) 0%, rgba(202, 98, 63, 0.8) 45%, rgba(238, 198, 120, 0.8) 66%, rgba(165, 205, 190, 0.8) 100%);
  background-repeat: repeat;
  background-position: left;
}

a,
a:hover {
  text-decoration: none !important;
}

.tab-button {
  margin: 1rem;
}

.tab-button a {
  border: none !important;
  height: 116px;
  width: 230px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.45rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  font-size: 1rem;
  background-color: #FFFF;
  color: #1E1E1E;
  font-weight: bold;
  padding: 12px 40px;
  transition: all 0.3s;
}

.tab-button a:hover,
.tab-button a:focus,
.tab-button a:active {
  text-decoration: none;
}

.tab-button a:hover,
.tab-pane .card:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.tab-button a.active {
  background-color: #2B8EB5 !important;
  color: #FFF;
}

.tab-pane {
  margin: 0 1rem;
}

.tab-pane h1,
.border-orange {
  border-bottom: 3px solid #FE896A;
  padding-bottom: .5rem;
  text-shadow: 0 0 black;
}

.tab-pane h2 {
  text-shadow: 0 0 black;
}

.icon-unlock,
.icon-light {
  width: 27px;
  margin-bottom: 6px;
}

@media screen and (min-width: 576px) {
  .div-button {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .div-button {
    width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .div-button {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .div-button {
    width: 60%;
  }
}

@media screen and (min-width: 1500px) {
  .div-button {
    width: 50%;
  }
}