body {
    font-family: 'Arial', sans-serif; /* Choose a font that reflects your style */
    background-color: #f8f9fa; /* Light grey background for a clean look */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif; /* A bold, modern font for headings */
    color: #343a40; /* Dark grey color for text */
}

.btn-primary {
    background-color: #032850; /* Custom primary button color */
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
}

.bg-primary {
    background-color: #458acf !important; /* Custom background color for hero section */
}

.footer {
    background-color: #343a40;
    color: #ffffff;
}

.rounded-circle {
    border: 2px solid #a9d4f8; /* Border around profile picture */
}
