body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

.jumbotron {
    color: white;
    padding: 80px 0;
}

.logo img {
    height: 100px; /* Adjust the height as needed */
}


.header-line {
    color: #3498db; /* Set the color to blue */
    font-size: 36px; /* Example of changing the font size */
    text-align: center; /* Center the header text */
}

h1 {
	font-weight: 700;
	color: #0066cc;
}

h2 {
    font-weight: 700;
    color: #0066cc;
}

img.img-fluid {
    border-radius: 8px;
}

footer {
    background-color: #343a40;
}

footer a {
    color: #adb5bd;
    text-decoration: none;
}

footer a:hover {
    color: #f8f9fa;
}

