html { scroll-behavior: smooth; } /* CUSTOM COLOR CLASSES */ .custom1{color:white;background-color:#10335C} .custom2{background-color:#195294;color:white} /*SCROLL BACK TO TOP BUTTON*/ #myBtn { position: fixed; bottom: 20px; right: 30px; z-index: 99; font-size: 18px; border: none; outline: none; background-color: #10335C; color: white; cursor: pointer; padding: 2.5px; border-radius: 4px; width: 155px; text-align: center; } #myBtn:hover { background-color: #195294; width: 155px; } #myBtn1 { z-index: 99; font-size: 18px; border: none; outline: none; background-color: white; color: #10335C; cursor: pointer; padding: 2.5px; border-radius: 4px; width: 155px; text-align: center; } #myBtn1:hover { background-color: #195294; width: 155px; }