@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



.header-banner {
  background-color: #0c6af3;
  padding: 2rem;
  text-align: center;
  color: #fff;
}

.card-custom {
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

body {
    font-family: 'Arial', sans-serif;
}

.custom-header {
    background-color: #680000;
    padding: 20px;
   color: #ffffff;
}
