@charset "utf-8";

.button-n { display: inline-block; background-color: rgb(0, 123, 255); color: white; font-weight: bold; font-family: Arial, sans-serif; font-size: 22px; text-align: center; padding: 16px 40px; border: none; border-radius: 10px; cursor: pointer; box-shadow: rgba(0, 123, 255, 0.4) 0px 0px 20px; transition: 0.3s; width: 100%; }

.button-n:hover { background-color: rgb(0, 106, 230); box-shadow: rgba(0, 123, 255, 0.6) 0px 0px 25px; }
