@charset "utf-8";

.button-red-link { background-color: red; text-decoration: none; font-weight: bold; display: block; text-align: center; padding: 14px 20px; transition: 0.3s; color: rgb(255, 255, 255) !important; }

.button-red-link:hover { background-color: rgb(209, 3, 3); color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; }