﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
}

.primary-bg{ background-color:#fec969; }
.the-btn{ background-color: #ce2022; border-color:transparent; }
.the-btn:hover{ background-color: #ce2022; opacity:0.8; border-color: transparent;}
.error { color: red; margin-bottom: 0;}

/* Hover effect for error cards */
.hover-shadow:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}
