
body {
    font-family: "Roboto", Arial, sans-serif;
    padding-top: 80px !important;
    background: #a5d9b5;
    background: linear-gradient(90deg, rgba(165, 217, 181, 1) 0%, rgba(211, 230, 217, 1) 54%, rgba(193, 230, 229, 1) 98%);
}

.custom-card {
    border: 6px solid #f8a946;
}
