body {
    padding-top: 80px;
    font-family: "Roboto", Arial, sans-serif;
    min-height: 100vh;
    background: #a5d9b5;
    background: linear-gradient(90deg, rgba(165, 217, 181, 1) 0%, rgba(211, 230, 217, 1) 54%, rgba(193, 230, 229, 1) 98%);
    box-sizing: border-box;
}

.custom-card {
      border: 6px solid #f8a946; /* red border */
      border-radius: 0.75rem;    /* optional */
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15); /* optional */
}
