body, html {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
	background-color: #101014;
	color: #d1d1d5;
}
.container, .container-fluid {
    padding: 0px;
}

.header-img {
    max-width: 100%; /* Prevent stretching beyond the original width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Makes the image a block-level element */
    margin: 0 auto; /* Center the image horizontally */
}

a {
    color: #23b3f6;
}

/* Ensure links also have a distinct style when hovered */
a:hover {
    color: #23b3f6;
}