html, body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

span.CND_bold {font-weight: 800;}


span.LIGHTBLUE_bold {color:#2fc4fe;}

span.RED_bold {
    color: #ff0000;
}
span.quote {
    font-size: 44px;
    display: inline;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
    color: red;
}
span.quote_right
{
    font-size: 44px;
    display: inline;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
    color: blue;
}