.v-application--wrap{ z-index: 2;}

.theme--light nav{background-image:none !important;}

.v-input__control{background-color:white !important;}

a[role="tab"] {
   background-color:white !important;
   border-radius: 3px;
   border: 1px solid gray;
}

a[role="tab"] :hover{
   background-color:white !important;
   border-radius: 3px;
}

.text-body-1.font-weight-light.pb-3{
   background-color:white !important;
   border-radius: 3px;
   width: fit-content;
   height: fit-content;
   text-align: center;
   margin: 0 auto;
   padding: 10px;
   width: 70%;
   max-width: 500px;
   border: 1px solid gray;
    font-family: inherit; /* or specify the desired font-family */
    font-size: inherit; /* or specify the desired font-size */
    font-weight: inherit; /* or specify the desired font-weight */
}

#title {
    font-size: 3rem !important;
    display: none !important;
}

body {
    font-family: 'Manrope' !important;
}

div[itemprop="description"].p-description {
background-color:white !important;
   border-radius: 3px;
   width: fit-content;
   height: fit-content;
   margin: 0 auto;
   padding: 10px;
   width: 70%;
   max-width: 500px;
   border: 1px solid gray;
    font-family: inherit; /* or specify the desired font-family */
    font-size: inherit; /* or specify the desired font-size */
    font-weight: inherit; /* or specify the desired font-weight */
   margin-top: 4%; /* Use a percentage for margin-top */
text-align: left !important;
}

span.d-block.text-subtitle.text-center.w-100{
display: none !important;
}

h2.mt-14.mb-3{
text-align: center !important;
}


@media (max-width: 600px) {
  .v-slide-group__wrapper {
    margin-bottom: 2%;
  }
}

