@charset "UTF-8";
/***!  Style Declaration  !***/

.red-btn{display:inline-block;margin:20px auto 25px;padding:12px 24px;background:#F00;color:#fff;border-radius:30px;text-decoration:none;font-weight:bold;font-size:16px;transition:background-color 0.3s ease}.red-btn:hover{background:#c00}
