body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.fs-7 {
    font-size: .85rem !important;
}

.fs-8 {
  font-size: .8rem !important;
}

.text-gradient {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent;
    background: linear-gradient(45deg, rgba(225,0,121,1) 0%, rgba(226,27,37,1) 50%, rgba(255,232,0,1) 100%);
}

.height-150 {
    max-height: 150px;
    height: 150px;
}

.height-350 {
  max-height: 350px;
  height: 350px;
}

.height-400 {
  max-height: 400px;
  height: 400px;
}

 a {
  color: #e10079;
 }

.btn-d {
  background-color: #e10079 !important;
  color: white !important;
}
.btn-d:hover { 
  background-color: #e10079 !important;
  color: white !important;}
.btn-d:active {
  background-color: #e10079 !important;
  color: white !important;
}

.w-400 {
  width: 400px !important;
}

body {
 font-size: 1.1rem;
}

ol, ul {
  list-style: square;
}