:root{--page-title-display:none;}/* Start custom CSS */.ama{
    background: var(--Linear, linear-gradient(90deg, color(display-p3 1 0.7906 0.3187) 0%, color(display-p3 1 0.6927 0) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.ama2{
    background: linear-gradient(90deg, color(display-p3 0.6194 0.4543 0.0822) 0%, color(display-p3 0.7578 0.525 0) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

::selection{
    background: #ffffff20
}

html, body{ overflow-x: hidden !important; }

p:last-child{
    margin-bottom:0px;
}

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #000000;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(0deg, white, white);
  /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #000000;  /* creates padding around scroll thumb */
}/* End custom CSS */
