* { 
scrollbar-color: #8C8DFF #111 !important; 
}

h1.d-block.text-h3.font-weight-black.text-center.text-uppercase.mt-10.mb-16.mx-auto.w-100.text-underline {
text-decoration: none;
font-size: 1.5rem !important;
}

button.ml-1:nth-child(7) {
  display: none !important;
}

/* fixed footer */
@media (min-width: 600px) {
footer.v-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

div.v-application--wrap {
  margin-bottom: 48px;
} 
}